Changeset 2294:8856ce59c700
- Timestamp:
- 10/06/13 12:59:06 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2293 r2294 494 494 select { 495 495 padding: 2px 0; 496 vertical-align: middle; 496 497 } 497 498 select.l10n option { … … 503 504 option.sub-option1 { 504 505 margin-left: .5em; 505 }506 } 506 507 option.sub-option2 { 507 508 margin-left: 1.5em; 508 }509 } 509 510 option.sub-option3 { 510 511 margin-left: 2.5em; 511 }512 } 512 513 option.sub-option4 { 513 514 margin-left: 3.5em; 514 }515 } 515 516 option.sub-option5 { 516 517 margin-left: 4.5em; 517 }518 } 518 519 option.sub-option6 { 519 520 margin-left: 5.5em; 520 }521 } 521 522 option.sub-option7 { 522 523 margin-left: 6.5em; 523 }524 } 524 525 option.sub-option8 { 525 526 margin-left: 7.5em; 526 }527 } 527 528 option.sub-option1:before, option.sub-option2:before, option.sub-option3:before, option.sub-option4:before, 528 529 option.sub-option5:before, option.sub-option6:before, option.sub-option7:before, option.sub-option8:before { 529 530 content: "\002022\0000a0"; 530 }531 } 531 532 input.invalid, textarea.invalid, select.invalid { 532 533 border: 1px solid red; … … 623 624 line-height: normal !important; 624 625 display: inline-block; 625 vertical-align: middle;626 626 font-size: 100%; 627 627 text-align: center; … … 1601 1601 width: 239px; 1602 1602 padding: 10px; 1603 background: rgba(250, 250, 250, .9 );1603 background: rgba(250, 250, 250, .95); 1604 1604 } 1605 1605 .with-js #theme-new .module-infos.toggle-bloc { … … 2312 2312 color: #ccc; 2313 2313 } 2314 . pager.active {2314 .index .active { 2315 2315 padding: 4px 8px; 2316 2316 color: #fff;
Note: See TracChangeset
for help on using the changeset viewer.