Changeset 2334:7691ec3ba8ca for admin/style/jsToolBar/jsToolBar.css
- Timestamp:
- 10/10/13 23:28:35 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/jsToolBar/jsToolBar.css
r2226 r2334 28 28 } 29 29 .jstElements { 30 padding: 0 1rem; 30 -webkit-box-sizing: border-box; 31 -moz-box-sizing: border-box; 32 box-sizing: border-box; 33 padding: 0 32px 0 1rem; 31 34 border: 1px solid #dfdfdf; 32 35 overflow: hidden; 33 36 background: #f5f5f5; 34 -moz-border-radius: 4px 4px 0 0;35 -webkit-border-radius: 4px 4px 0 0;36 37 border-radius: 4px 4px 0 0; 37 38 position: relative; 39 line-height: 30px; 38 40 } 39 41 .jstElements select, .jstElements button { … … 46 48 } 47 49 .jstElements button { 48 width 50 width: 30px; 49 51 height: 28px; 50 52 border-style: solid; 51 border-width: 0 1px 0 0; 52 border-color: #e7e7e7; 53 border-width: 1px; 54 margin-left: 2px; 55 margin-bottom: 2px; 56 border-color: #e5e5e5 #ccc #ccc #e5e5e5; 53 57 background-color : #f7f7f7; 54 58 background-position : 50% 50%; … … 60 64 } 61 65 .jstElements button span { 62 display 66 display: none; 63 67 } 64 68 .jstElements span { 65 69 display : inline-block; 66 70 vertical-align: top; 67 background: #e5e5e5;68 71 } 69 72 span.jstSpacer { 70 width : 6px; 71 height: 28px; 72 margin-right: 0; 73 width : 8px; 73 74 } 74 75 .jstSwitcher { … … 149 150 background-image: url(bt_clean.png); 150 151 position: absolute; 151 right: 0; 152 right: 2px; 153 top: 1px; 154 border-color: #ccc; 152 155 } 153 156
Note: See TracChangeset
for help on using the changeset viewer.