Changeset 1867:9e61e18e7fc0 for admin/style
- Timestamp:
- 09/15/13 21:49:23 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1864 r1867 48 48 padding-top: .5em; 49 49 padding-bottom: 1em; 50 background: #f7f7f7;51 50 } 52 51 #footer { … … 62 61 float: left; 63 62 width: 1em; 64 background: #e3e3e3; 65 opacity: .4; 63 background: #f3f3f3; 66 64 margin-left: 14.5em; 67 65 border: none; 68 text-align: center;66 text-align: left; 69 67 overflow: hidden; 68 } 69 .expand-mm { 70 display:none; 70 71 } 71 72 /* if main-menu is hidden */ … … 85 86 .hide-mm #collapser { 86 87 margin-left: 0; 87 opacity: 1; 88 text-align: right; 89 background-color: #e3e3e3; 90 } 91 .hide-mm .collapse-mm { 92 display: none; 93 } 94 .hide-mm .expand-mm { 95 display: block; 88 96 } 89 97 /* if no js activated */
Note: See TracChangeset
for help on using the changeset viewer.