Changeset 2461:bb67cdfb5cbe
- Timestamp:
- 10/19/13 17:52:02 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2460 r2461 458 458 FORMULAIRES 459 459 ---------------------------------------------------------------------------- */ 460 input[type=text], input[type=password], input[type=submit], 460 input[type=text], input[type=password], input[type=submit], 461 461 input[type=button], input[type=reset], a.button, button, textarea, select, legend { 462 border-radius: 3px; 462 border-radius: 3px; 463 463 max-width: 100%; 464 464 } … … 686 686 /* suppression, reset, "neutres" fond gris */ 687 687 button, input[type=button], input.button, 688 input[type=reset], input[type=submit].reset, input.reset, 688 input[type=reset], input[type=submit].reset, input.reset, 689 689 input[type=submit].delete, input.delete, 690 690 a.button, a.button.delete, a.button.reset { … … 699 699 button:hover, input[type=button]:hover, input.button:hover, 700 700 button:focus, input[type=button]:focus, input.button:focus, 701 input[type=reset]:hover, input[type=submit].reset:hover, input.reset:hover, 702 input[type=reset]:focus, input[type=submit].reset:focus, input.reset:focus, 701 input[type=reset]:hover, input[type=submit].reset:hover, input.reset:hover, 702 input[type=reset]:focus, input[type=submit].reset:focus, input.reset:focus, 703 703 input[type=submit].delete:hover, input.delete:hover, 704 704 input[type=submit].delete:focus, input.delete:focus, … … 1664 1664 - dans Ajouter des thèmes : 240px (+ 10 padding image + 20 padding boîte + 6 bordure + 2 ombrage = 278) 1665 1665 - dans Thèmes installés : 280px (+ 10 padding-image + 20 padding-boîte + 2 ombrage = 318) 1666 On adapte largeur et hauteur en fonction 1666 On adapte largeur et hauteur en fonction 1667 1667 */ 1668 1668 #theme-new .box.theme { /* Ajouter un thème */ … … 1907 1907 } 1908 1908 /* upload multiple */ 1909 .enhanced_uploader .choose_files, .enhanced_uploader .cancel, 1909 .enhanced_uploader .choose_files, .enhanced_uploader .cancel, 1910 1910 .enhanced_uploader .clean, .enhanced_uploader .start { 1911 1911 margin-right: .4em; … … 2565 2565 border-color: #ffd478; 2566 2566 } 2567 /* ---------------------------------------------- Couleurs ajoutées via javascript 2567 /* ---------------------------------------------- Couleurs ajoutées via javascript 2568 2568 /* color-picker.js */ 2569 .color-color-picker { 2569 .color-color-picker { 2570 2570 border: 1px solid #000; 2571 width: 195px; 2572 background: #fff; 2571 width: 195px; 2572 background: #fff; 2573 2573 } 2574 2574 /* _media_item.js */ 2575 .color-div { 2575 .color-div { 2576 2576 border: 1px solid #ccc; 2577 2577 } 2578 2578 /* fadings ('color' est utilisé comme variable, pas comme text color) */ 2579 .colorBeginPassword, 2580 .colorBeginValidatorErr, 2579 .colorBeginPassword, 2580 .colorBeginValidatorErr, 2581 2581 .colorBeginUserMail { color: #fff; } 2582 .colorEndPassword, 2583 .colorEndError, 2584 .colorEndValidatorErr, 2582 .colorEndPassword, 2583 .colorEndError, 2584 .colorEndValidatorErr, 2585 2585 .colorEndUserMail { color: #ffbaba; } 2586 2586 .colorBeginMessage { color: #ccc; } 2587 .colorEndMessage, 2587 .colorEndMessage, 2588 2588 .colorBeginValidatorMsg { color: #676e78; } 2589 2589 .colorBeginError { color: #fefacd; } … … 2602 2602 margin: 0 auto; 2603 2603 } 2604 #wrapper { 2605 background: #F7F7F7 url(bg_wrapper.png) repeat-y 18em; 2606 } 2604 2607 #main { 2605 2608 margin-left: -17em;
Note: See TracChangeset
for help on using the changeset viewer.