Changeset 2430:bea7956c9878 for admin/style
- Timestamp:
- 10/17/13 18:29:59 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2429 r2430 459 459 input[type=button], input[type=reset], a.button, button, textarea, select, legend { 460 460 border-radius: 3px; 461 max-width: 100%; 461 462 } 462 463 form { … … 1451 1452 } 1452 1453 #icons p { 1453 width: 1 80px;1454 width: 14em; 1454 1455 text-align: center; 1455 1456 margin: 1em 0 2em; … … 1628 1629 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); 1629 1630 border: 3px solid #fff; 1631 max-width: 100%; 1630 1632 } 1631 1633 .module-actions { … … 1675 1677 width: 318px; 1676 1678 min-height: 304px; 1679 max-width: 100%; 1677 1680 } 1678 1681 #theme-deactivate .box.theme:hover { … … 2647 2650 .one-box, .two-boxes, .box, 2648 2651 .two-cols .col { 2649 width: 100%;2652 width: 96%; 2650 2653 margin-left: 0; 2651 2654 margin-right: 0; … … 2684 2687 margin: 0; 2685 2688 } 2689 #dashboard-main { 2690 padding: 0; 2691 } 2686 2692 #main-menu a { 2687 2693 display: block; … … 2705 2711 #dashboard-boxes .box.small, .box.small, 2706 2712 #dashboard-boxes .box.large, .box.large { 2707 width: 100%;2713 width: 90%; 2708 2714 margin: 10px auto; 2709 2715 } … … 2724 2730 margin-bottom: .5em; 2725 2731 } 2726 #icons p {2727 width: 150px;2728 }2729 2732 #content.with-help #help-button { 2730 2733 top: 101px; 2731 2734 } 2735 #icons p { 2736 width: 12em; 2737 } 2738 .media-item { 2739 width: 90%; 2740 } 2732 2741 }
Note: See TracChangeset
for help on using the changeset viewer.