Changeset 1991:72ab5d2aff52
- Timestamp:
- 09/22/13 07:54:15 (12 years ago)
- Branch:
- default
- Parents:
- 1989:b234959829da (diff), 1990:64538e14d013 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1979 r1991 1137 1137 border-top-left-radius: 1em; 1138 1138 } 1139 #help-button.floatable { 1140 border-radius: 2em; 1141 background-color: #f5f5f5; 1142 position: fixed; 1143 top: 10px; 1144 } 1139 1145 .help-box { 1140 1146 display: none; -
admin/style/default.css
r1990 r1991 295 295 h2 { 296 296 color: #676e78; 297 font-size: 18px; /* ie < 9 sucks */ 298 font-size: 1.8rem; 297 font-size: 1.5em; 299 298 padding: 0 0 1.5em; 300 299 font-weight: normal; … … 742 741 } 743 742 div.warn, div.warning, div.info { 743 display: block; 744 744 padding: 1em 1em .33em 1em; 745 745 } … … 1126 1126 #content.with-help #help-button { 1127 1127 right: 282px; /* ie < 9 sucks */ 1128 right: 28 .2rem;1128 right: 28rem; 1129 1129 background-color: #f5f5f5; 1130 1130 position: fixed; 1131 top: 40px; 1131 top: 54px; 1132 z-index: 100; 1132 1133 border-top: 2px solid #FFD478; 1133 1134 border-left: 2px solid #FFD478;
Note: See TracChangeset
for help on using the changeset viewer.