Changeset 1155:49ba58cbf593 for admin/style/default.css
- Timestamp:
- 04/09/13 09:15:41 (12 years ago)
- Branch:
- twig
- Parents:
- 1154:e85c1417b8a4 (diff), 1143:fbf575ae9bda (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
r1140 r1155 40 40 margin-bottom: 0.6em; 41 41 } 42 42 43 h2 { 43 44 color: #666; … … 52 53 font-size: 1.2em; 53 54 } 55 54 56 p, div.p { 55 57 margin: 0 0 1em 0; 56 58 } 59 57 60 hr { 58 61 height: 1px; … … 61 64 border-style: solid; 62 65 } 66 63 67 pre, code { 64 68 font: 100% "Andale Mono","Courier New",monospace; … … 77 81 cursor: help; 78 82 } 83 79 84 80 85 /* LAYOUT … … 431 436 color: #666; 432 437 } 438 433 439 #dashboard-items { 434 440 float: left; … … 536 542 height: 500px; 537 543 } 544 538 545 #add-file-f { 539 546 position: relative; … … 619 626 display: inline; 620 627 } 628 621 629 #default-favs h3 { 622 630 margin-top: 2em; 623 631 margin-bottom: 1em; 624 632 } 633 625 634 .fav-list { 626 635 list-style-type: none; … … 915 924 vertical-align: middle; 916 925 } 926 917 927 /* Si quelque chose a besoin d'être caché sauf pour les revues d'écran */ 918 928 .hidden { … … 949 959 overflow: auto; 950 960 } 961 951 962 .grid { 952 963 background: transparent repeat url('grid.png') 0 0; 953 964 } 965 954 966 .line p { 955 967 margin: 0; … … 958 970 color: #666; 959 971 } 972 960 973 ul.nice { 961 974 margin: 1em 0; … … 1006 1019 margin-bottom: .5em; 1007 1020 } 1008 1009 1021 th, td { 1010 1022 border-width: 0 0 1px 0; … … 1021 1033 border-width: 0; 1022 1034 } 1035 1023 1036 table .maximal, table.maximal { 1024 1037 width: 100%; … … 1027 1040 width: 1px; 1028 1041 } 1042 1029 1043 table .nowrap { 1030 1044 white-space: nowrap; … … 1117 1131 font-weight: normal; 1118 1132 } 1133 1119 1134 input, textarea, select { 1120 1135 background: #f9f9f9; … … 1149 1164 background: transparent; 1150 1165 } 1166 1151 1167 label { 1152 1168 display: block; … … 1194 1210 resize: vertical; 1195 1211 } 1212 1196 1213 label.required { 1197 1214 font-weight: bold; … … 1218 1235 top: 0; 1219 1236 } 1237 1220 1238 label .maximal, textarea.maximal, input.maximal { 1221 1239 width: 100%; … … 1232 1250 padding-left: 20px; 1233 1251 } 1252 1253 a#toggle-filters { 1254 font-weight: bold; 1255 background: url(../images/plus.png) no-repeat 0 0; 1256 padding-left: 20px; 1257 } 1258 1259 a#toggle-filters.opened { 1260 background: url(../images/minus.png) no-repeat 0 0; 1261 } 1262 1234 1263 .constrained { 1235 1264 margin: 0; … … 1351 1380 background-color: #2373A8; 1352 1381 } 1353 1354 1382 /* jQuery Autocomplete plugin */ 1355 1383 .ac_results { … … 1384 1412 color: white; 1385 1413 } 1414 1415 form#filters {font-size: 100%; background: #f0f0f0; padding: 1em; border-radius: .5em; border: 1px solid #ddd;} 1416 form#filters .margintop {padding-top: 1.33em;} 1417 form#filters ul, form#filters p {list-style-type:none;margin: 0; padding: 0 0 .5em 0; margin-left: 1em;} 1418 form#filters .col30 {border-left: 1px solid #999;} 1419 form#filters .col30 h3 {margin-left: 1em;} 1420 1421 p.line, li.line { position: relative; padding: 3px 0 0 28px; margin: 0 0 1em 0;} 1422 li.line input[type=submit] {position: absolute; left:0;top:0; padding: 0 .1em; margin: 0;} 1423 li.line input[type=checkbox], li.line input[type=checkbox] {position: absolute; left: 0; top: .2em; padding: 0 .1em; margin: 0;} 1424 li.line select { margin-right: 2em;} 1425 li.line label { display: block; width: 8em; float: left;} 1426 li.line label img {margin-right: 8px;} 1427 li.line span.or { 1428 text-align: right; 1429 margin-left: 5em; 1430 font-weight: bold; 1431 } 1432 p.line label.or + select {margin-left: 2em;} 1433 li.line { padding: 0 0 0 20px; height: 1em;} 1434 li.line label {width: auto;} 1435 1436 #available_filters input[type=submit] {padding: 0 .1em; margin-left: .5em;} 1437 1438 div.pagination span, div.pagination a { 1439 margin-right: 1em; 1440 } -
admin/style/default.css
r1147 r1155 11 11 # -- END LICENSE BLOCK ----------------------------------------- 12 12 */ 13 14 /* ------------------------------------------------------------------ html */ 13 15 body { 14 16 font: 75%/1.5em Helvetica,Arial,sans-serif; … … 151 153 height: 2em; 152 154 } 155 #info-box1 p { 156 margin: 0; 157 display: inline; 158 } 153 159 #info-box1 select { 154 160 width: 15em; … … 193 199 } 194 200 #content { 195 margin: 1.5em 1.5em 4em 13em;201 margin: 1.5em 1.5em .5em 13em; 196 202 padding: 1em; 197 203 background: #fff; 198 -webkit-border-radius: .5em;199 -moz-border-radius: .5em;200 204 border-radius: .5em; 201 205 border: 1px solid #ddd; … … 255 259 background: #dfdfdf; 256 260 text-decoration: none; 257 -webkit-border-top-left-radius: .3em;258 -webkit-border-top-right-radius: .3em;259 -moz-border-radius-topleft: .3em;260 -moz-border-radius-topright: .3em;261 261 border-top-left-radius: .3em; 262 262 border-top-right-radius: .3em; … … 282 282 float: left; 283 283 margin-top: 1.2em; 284 margin-bottom: 1em;284 margin-bottom: .5em; 285 285 } 286 286 #main-menu h3 { … … 302 302 padding: .2em 0 0 32px; 303 303 background-repeat: no-repeat; 304 background-position: 12px . 2em;304 background-position: 12px .4em; 305 305 } 306 306 #main-menu a { … … 340 340 #footer { 341 341 clear: both; 342 padding: .75em 2em; 343 margin: 6em 15px .5em 15px; 344 -webkit-border-radius: .3em; 345 -moz-border-radius: .3em; 346 border-radius: .3em; 347 background: #575859 url(dc_logo_small.png) no-repeat right bottom; 348 color: #fff; 342 padding: .75em .75em 0 0; 343 text-align: right; 349 344 } 350 345 #footer p { … … 355 350 } 356 351 #footer a { 357 color: #f5f5f5;358 352 } 359 353 #footer p span.credit { … … 378 372 border: 1px solid #999; 379 373 padding: 1em 1em 0 1em; 380 -moz-border-radius: 4px;381 -webkit-border-radius: 4px;382 374 border-radius: 4px; 383 375 } … … 513 505 border: 1px solid #ccc; 514 506 border-left: 1em solid #E5E3DA; 515 -moz-border-radius: .3em;516 -webkit-border-radius: .3em;517 507 border-radius: .3em; 518 508 } … … 668 658 border: 1px solid #ddd; 669 659 padding: .2em; 670 -moz-border-radius: .5em;671 -webkit-border-radius: .5em;672 660 border-radius: .5em; 673 661 } … … 764 752 border: 1px solid #f3f3f3; 765 753 cursor: pointer; 766 -moz-border-radius: 4px;767 -webkit-border-radius: 4px;768 754 border-radius: 4px; 769 755 } … … 804 790 } 805 791 #help-button { 806 position: absolute;807 top: 6.2em;792 position: fixed; 793 top: 3.2em; 808 794 right: 0px; 809 795 cursor: pointer; … … 815 801 text-transform: capitalize; 816 802 padding: .33em .75em .33em 1em; 817 -moz-border-radius: 1em 0 0 1em; 818 -webkit-border-top-left-radius: 1em; 819 -webkit-border-bottom-left-radius: 1em; 803 border-radius: 1em 0 0 1em; 820 804 color: #444; 821 805 } … … 879 863 div.message, p.message, 880 864 div.static-msg, p.static-msg { 881 padding: 0.5em 0.5em 0.5em 4 0px;865 padding: 0.5em 0.5em 0.5em 48px; 882 866 margin-bottom: 1em; 883 -moz-border-radius: 8px;884 -webkit-border-radius: 8px;885 867 border-radius: 8px; 886 868 } … … 890 872 } 891 873 div.error, p.error { 892 background: # e5bfbf url(msg-error.png) no-repeat 5px 5px;893 color: # 600;874 background: #ffdec8 url(msg-error.png) no-repeat .7em .7em; 875 color: #000; 894 876 } 895 877 div.message, p.message, 896 878 div.static-msg, p.static-msg { 897 background: #666 url(msg-std.png) no-repeat 5px 5px;879 background: #666 url(msg-std.png) no-repeat .7em .7em; 898 880 color: #fff; 899 881 } … … 1015 997 right: 0; 1016 998 } 999 .distrib img { 1000 display: block; 1001 float: right; 1002 margin-top: -1em; 1003 } 1017 1004 /* TABLES 1018 1005 -------------------------------------------------------- */ … … 1041 1028 th { 1042 1029 text-align: left; 1030 border-bottom-color: #666; 1043 1031 } 1044 1032 .noborder td, td.noborder, .noborder th, th.noborder { … … 1056 1044 white-space: nowrap; 1057 1045 vertical-align: top; 1046 } 1047 table.settings, table.prefs { 1048 width: 80%; 1049 } 1050 table.settings th:first-child, table.prefs th:first-child { 1051 width: 20%; 1052 } 1053 table.settings th + th, table.prefs th + th { 1054 width: 30%; 1055 } 1056 table.settings th + th + th, table.prefs th + th + th { 1057 width: 10%; 1058 } 1059 table.settings th:last-child, table.prefs th:last-child { 1060 width: 40%; 1058 1061 } 1059 1062 … … 1136 1139 border-color: #000 #ccc #ccc #000; 1137 1140 } 1141 input.invalid, textarea.invalid, select.invalid { 1142 border: 1px solid red; 1143 background: #fff; 1144 color: red; 1145 box-shadow: 0 0 0 1px rgba(218, 62, 90, 0.3) 1146 } 1138 1147 input, textarea, select, option { 1139 1148 font: 1em "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; … … 1167 1176 color: #666; 1168 1177 } 1178 span.form-note { 1179 font-style:italic; 1180 font-weight: normal; 1181 color: #666; 1182 } 1169 1183 p.form-note.warn, p.form-note.info, p.warning { 1170 1184 font-style: normal; … … 1172 1186 } 1173 1187 p.form-note.warn, p.warning { 1174 background: #ffd url(warning.png) no-repeat . 2em .2em;1188 background: #ffd url(warning.png) no-repeat .3em .3em; 1175 1189 border: 1px solid #f0c020; 1176 1190 } 1177 1191 p.form-note.info { 1178 background: #eef url(info.png) no-repeat . 2em .2em;1192 background: #eef url(info.png) no-repeat .3em .2em; 1179 1193 border: 1px solid #99f; 1180 1194 } … … 1209 1223 p.field { 1210 1224 position: relative; 1211 1225 1212 1226 } 1213 1227 p.field label { … … 1275 1289 padding: .1em .5em 0 .5em; 1276 1290 text-shadow: 0 1px 1px rgba(0,0,0,.3); 1277 -webkit-border-radius: .2em;1278 -moz-border-radius: .2em;1279 1291 border-radius: .2em; 1280 1292 margin-bottom: .1em; … … 1358 1370 } 1359 1371 a.button.add { 1360 -webkit-border-radius: .5em;1361 -moz-border-radius: .5em;1362 1372 border-radius: .5em; 1363 1373 margin-bottom: .1em; 1364 background: #2C8FD1 url( add.png) no-repeat 6px center;1374 background: #2C8FD1 url(../images/add.png) no-repeat 6px center; 1365 1375 color: #fff; 1366 1376 padding: .2em 16px .2em 30px; … … 1369 1379 a.button.add:hover, a.button.add:focus { 1370 1380 background-color: #2373A8; 1381 } 1382 /* jQuery Autocomplete plugin */ 1383 .ac_results { 1384 padding: 0px; 1385 border: 1px dotted #f90; 1386 background-color: white; 1387 overflow: hidden; 1388 z-index: 99999; 1389 } 1390 .ac_results ul { 1391 width: 100%; 1392 list-style-position: outside; 1393 list-style: none; 1394 padding: 0; 1395 margin: 0; 1396 } 1397 .ac_results li { 1398 margin: 0px; 1399 padding: 2px 5px; 1400 cursor: default; 1401 display: block; 1402 font: menu; 1403 font-size: 1em; 1404 line-height: 16px; 1405 overflow: hidden; 1406 } 1407 .ac_loading { 1408 background: transparent url('loader.gif') right center no-repeat; 1409 } 1410 .ac_over { 1411 background-color: #06c; 1412 color: white; 1371 1413 } 1372 1414
Note: See TracChangeset
for help on using the changeset viewer.