Changeset 1947:28505bb569ee for admin/style
- Timestamp:
- 09/18/13 21:21:28 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1946 r1947 30 30 background: #f7f7f7 url(bg_wrapper.png) repeat-y 15.5em; 31 31 } 32 .with-js #wrapper { 33 padding-top: 0; 34 } 32 35 #main { 33 36 width: 100%; … … 823 826 background: #A2CBE9; 824 827 width: 100%; 828 z-index: 100; 825 829 } 826 830 #prelude li { … … 893 897 display: inline; 894 898 } 899 .with-js #info-box1 .hidden-if-js { 900 display: none; 901 } 895 902 #info-box1 select { 896 903 width: 145px; /* ie < 9 sucks */ … … 899 906 #info-box1 a { 900 907 margin-left: 1.33em; 908 } 909 #info-box1 input[type=submit] { 910 background: #000; 911 border-color: #999; 912 margin-left: .33em; 913 } 914 #info-box1 input[type=submit]:hover { 915 background: #999; 901 916 } 902 917 #info-box2 { … … 1087 1102 cursor: pointer; 1088 1103 color: #2373A8; 1089 line-height: 42px; /* ie < 9 sucks */ 1090 line-height: 4.2rem; 1091 } 1104 line-height: 36px; /* ie < 9 sucks */ 1105 line-height: 3.6rem; 1106 } 1107 .no-js #help-button { 1108 top: 1em; 1109 } 1092 1110 #help-button span { 1093 1111 padding: .5em 0 .1em 0; … … 1127 1145 #helplink p { 1128 1146 padding: 0 0 0 .5em; 1129 }1130 /* 2. in footer */1131 span.helplink {1132 display: block;1133 float: left;1134 padding: 0 1.5em 0 30px;1135 background: transparent url(../images/page_help.png) no-repeat 6px center;1136 }1137 span.helplink a {1138 border-bottom: 1px solid #2373A8;1139 1147 } 1140 1148 /* ------------------------------------------------------------------ FOOTER ELEMENTS */ … … 1905 1913 font-weight: bold; 1906 1914 margin-top: 2em; 1915 display: inline-block; 1907 1916 } 1908 1917 #entry-content label:first-child {
Note: See TracChangeset
for help on using the changeset viewer.