Changeset 679:7f55e56a6760 for admin/style
- Timestamp:
- 08/13/11 10:47:02 (14 years ago)
- Branch:
- default
- Parents:
- 678:d07dada561e2 (diff), 677:c046fce80392 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r579 r679 372 372 margin-left: .5em; 373 373 } 374 #login-screen fieldset {374 #login-screen fieldset, #login-screen .fieldset { 375 375 border: 1px solid #999; 376 376 padding: 1em 1em 0 1em; … … 426 426 text-decoration: underline; 427 427 } 428 /* test429 #icons img {430 padding: 8px;431 background: #e5e5e5;432 border: 1px solid #d9d9d9;433 border-radius: 5px;434 -webkit-box-shadow: 0px 1px 3px #ccc;435 -moz-box-shadow: 0px 1px 3px #ccc;436 box-shadow: 0px 1px 3px #ccc;437 }438 #icons a:hover img {439 background: #bbb;440 }*/441 442 428 #quick { 443 429 clear: left; … … 932 918 /* -------------------------------------------------------------------- CLASSES COMMUNES */ 933 919 920 .no-margin { 921 margin: 0; 922 } 923 934 924 /* paragraphe pour bouton Nouveau bidule */ 935 925 p.top-add { … … 1024 1014 background: #ddd; 1025 1015 } 1016 caption { 1017 color: #333; 1018 font-size: 1.2em; 1019 font-weight: bold; 1020 text-align: left; 1021 margin-bottom: .5em; 1022 } 1023 1026 1024 th, td { 1027 1025 border-width: 0 0 1px 0; … … 1093 1091 padding: 0; 1094 1092 } 1095 fieldset {1093 fieldset, .fieldset { 1096 1094 display: block; 1097 1095 margin: 0 0 1em 0; … … 1182 1180 display: block; 1183 1181 width: 100%; 1182 resize: vertical; 1184 1183 } 1185 1184 label.required { … … 1209 1208 label .maximal, textarea.maximal, input.maximal { 1210 1209 width: 100%; 1210 } 1211 textarea.maximal { 1212 resize: vertical; 1211 1213 } 1212 1214 … … 1218 1220 padding-left: 20px; 1219 1221 } 1220 fieldset.constrained {1222 .constrained { 1221 1223 margin: 0; 1222 1224 padding: 0; … … 1244 1246 text-align: center; 1245 1247 text-decoration: none; 1246 padding: .1em .5em ;1248 padding: .1em .5em 0 .5em; 1247 1249 text-shadow: 0 1px 1px rgba(0,0,0,.3); 1248 1250 -webkit-border-radius: .2em; … … 1304 1306 input[type=submit].delete { 1305 1307 color: #c00; 1308 padding-bottom: .1em; 1309 } 1310 #entry-content .delete { 1311 margin-left: 1em; 1306 1312 } 1307 1313 a.delete:hover, … … 1329 1335 border-radius: .5em; 1330 1336 margin-bottom: .1em; 1331 background: #2C8FD1 url(add.png) no-repeat .2emcenter;1337 background: #2C8FD1 url(add.png) no-repeat 6px center; 1332 1338 color: #fff; 1333 padding: . 1em 1em .2em 28px;1339 padding: .2em 16px .2em 30px; 1334 1340 border: 1px solid #2373A8; 1335 1341 }
Note: See TracChangeset
for help on using the changeset viewer.