Changeset 1011:c8f32ed1ca5c for admin/style
- Timestamp:
- 11/14/12 19:27:33 (13 years ago)
- Branch:
- default
- Parents:
- 1004:1c1f8b410a12 (diff), 1009:867afbf9f1be (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. - Location:
- admin/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r870 r1011 148 148 height: 2em; 149 149 } 150 #info-box1 p { 151 margin: 0; 152 display: inline; 153 } 150 154 #info-box1 select { 151 155 width: 15em; … … 195 199 -webkit-border-radius: .5em; 196 200 -moz-border-radius: .5em; 201 -o-border-radius: .5em; 197 202 border-radius: .5em; 198 203 border: 1px solid #ddd; … … 279 284 float: left; 280 285 margin-top: 1.2em; 281 margin-bottom: 1em;286 margin-bottom: 3em; 282 287 } 283 288 #main-menu h3 { … … 337 342 #footer { 338 343 clear: both; 339 padding: .75em 2em; 340 margin: 6em 15px .5em 15px; 341 -webkit-border-radius: .3em; 342 -moz-border-radius: .3em; 343 border-radius: .3em; 344 background: #575859 url(dc_logo_small.png) no-repeat right bottom; 344 padding: .75em 0; 345 background: #575859 url(dc_logo_small.png) no-repeat 8px bottom; 345 346 color: #fff; 346 347 } … … 375 376 border: 1px solid #999; 376 377 padding: 1em 1em 0 1em; 378 -o-border-radius: 4px; 377 379 -moz-border-radius: 4px; 378 380 -webkit-border-radius: 4px; … … 509 511 border: 1px solid #ccc; 510 512 border-left: 1em solid #E5E3DA; 513 -o-border-radius: .3em; 511 514 -moz-border-radius: .3em; 512 515 -webkit-border-radius: .3em; … … 661 664 border: 1px solid #ddd; 662 665 padding: .2em; 666 -o-border-radius: .5em; 663 667 -moz-border-radius: .5em; 664 668 -webkit-border-radius: .5em; … … 757 761 border: 1px solid #f3f3f3; 758 762 cursor: pointer; 763 -o-border-radius: 4px; 759 764 -moz-border-radius: 4px; 760 765 -webkit-border-radius: 4px; … … 797 802 } 798 803 #help-button { 799 position: absolute;800 top: 6.2em;804 position: fixed; 805 top: 3.2em; 801 806 right: 0px; 802 807 cursor: pointer; … … 873 878 div.message, p.message, 874 879 div.static-msg, p.static-msg { 875 padding: 0.5em 0.5em 0.5em 4 0px;880 padding: 0.5em 0.5em 0.5em 48px; 876 881 margin-bottom: 1em; 882 -o-border-radius: 8px; 877 883 -moz-border-radius: 8px; 878 884 -webkit-border-radius: 8px; … … 884 890 } 885 891 div.error, p.error { 886 background: # e5bfbf url(msg-error.png) no-repeat 5px 5px;887 color: # 600;892 background: #ffdec8 url(msg-error.png) no-repeat .7em .7em; 893 color: #000; 888 894 } 889 895 div.message, p.message, 890 896 div.static-msg, p.static-msg { 891 background: #666 url(msg-std.png) no-repeat 5px 5px;897 background: #666 url(msg-std.png) no-repeat .7em .7em; 892 898 color: #fff; 893 899 } … … 1005 1011 right: 0; 1006 1012 } 1013 .distrib img { 1014 display: block; 1015 float: right; 1016 margin-top: -1em; 1017 } 1007 1018 /* TABLES 1008 1019 -------------------------------------------------------- */ … … 1140 1151 border-color: #000 #ccc #ccc #000; 1141 1152 } 1153 input.invalid, textarea.invalid, select.invalid { 1154 border: 1px solid red; 1155 background: #fff; 1156 color: red; 1157 box-shadow: 0 0 0 1px rgba(218, 62, 90, 0.3) 1158 } 1142 1159 input, textarea, select, option { 1143 1160 font: 1em "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; … … 1170 1187 color: #666; 1171 1188 } 1189 span.form-note { 1190 font-style:italic; 1191 font-weight: normal; 1192 color: #666; 1193 } 1172 1194 p.form-note.warn, p.form-note.info, p.warning { 1173 1195 font-style: normal; … … 1175 1197 } 1176 1198 p.form-note.warn, p.warning { 1177 background: #ffd url(warning.png) no-repeat . 2em .2em;1199 background: #ffd url(warning.png) no-repeat .3em .3em; 1178 1200 border: 1px solid #f0c020; 1179 1201 } 1180 1202 p.form-note.info { 1181 background: #eef url(info.png) no-repeat . 2em .2em;1203 background: #eef url(info.png) no-repeat .3em .2em; 1182 1204 border: 1px solid #99f; 1183 1205 } … … 1267 1289 -webkit-border-radius: .2em; 1268 1290 -moz-border-radius: .2em; 1291 -o-border-radius: .2em; 1269 1292 border-radius: .2em; 1270 1293 margin-bottom: .1em; … … 1350 1373 -webkit-border-radius: .5em; 1351 1374 -moz-border-radius: .5em; 1375 -o-border-radius: .5em; 1352 1376 border-radius: .5em; 1353 1377 margin-bottom: .1em; -
admin/style/install.css
r870 r1011 19 19 padding:1em 2em; 20 20 border:1px #ccc solid; 21 -o-border-radius:8px; 21 22 -moz-border-radius:8px; 22 23 -webkit-border-radius:8px; … … 48 49 padding:10px 10px 10px 60px; 49 50 border-radius:8px; 51 -o-border-radius:8px; 50 52 -moz-border-radius:8px; 51 53 -webkit-border-radius:8px; … … 70 72 margin-bottom: 1em; 71 73 border-radius: 8px; 74 -o-border-radius: 8px; 72 75 -moz-border-radius: 8px; 73 76 -webkit-border-radius: 8px; … … 132 135 padding: 0 10px; 133 136 border-radius: 2px; 137 -o-border-radius: 2px; 134 138 -moz-border-radius: 2px; 135 139 -webkit-border-radius: 2px; … … 147 151 -webkit-border-radius: .2em; 148 152 -moz-border-radius: .2em; 153 -o-border-radius: .2em; 149 154 border-radius: .2em; 150 155 margin-bottom: .1em;
Note: See TracChangeset
for help on using the changeset viewer.