Changeset 2334:7691ec3ba8ca
- Timestamp:
- 10/10/13 23:28:35 (12 years ago)
- Branch:
- default
- Location:
- admin/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2324 r2334 2045 2045 margin-left: 0; 2046 2046 } 2047 #entry-sidebar { 2048 width: 16em; 2049 float: right; 2050 } 2047 2051 #entry-content label { 2048 2052 text-transform: uppercase; … … 2053 2057 #entry-content label:first-child { 2054 2058 margin-top: 0; 2055 }2056 #entry-sidebar {2057 width: 16em;2058 float: right;2059 2059 } 2060 2060 #entry-sidebar h4 { … … 2340 2340 font-variant: small-caps; 2341 2341 } 2342 .index li {margin-bottom: 3px;} 2342 2343 .index a { 2343 2344 font-weight: bold; … … 2591 2592 margin-right: 0; 2592 2593 } 2594 #entry-wrapper { 2595 float: none; 2596 width: 100%; 2597 margin-right: 0; 2598 } 2599 #entry-content { 2600 margin-right: 0; 2601 margin-left: 0; 2602 } 2603 #entry-sidebar { 2604 width: 100%; 2605 float: none; 2606 } 2593 2607 } 2594 2608 @media screen and (max-width: 600px) { -
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.