Changeset 2489:35fcb372f7bb
- Timestamp:
- 10/24/13 20:22:30 (12 years ago)
- Branch:
- 2.6
- Location:
- admin/style
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2475 r2489 1611 1611 /* ------------------------------------------------------------------- blog_theme.php */ 1612 1612 /* pour les alignements verticaux */ 1613 #theme-new, #theme-activate, #theme-deactivate {1613 #theme-new, #theme-activate, #theme-deactivate, #theme-update { 1614 1614 margin-left: -10px; 1615 1615 margin-right: -10px; … … 1624 1624 background: #ecf0f1 url(texture.png); 1625 1625 } 1626 .module-name {1626 .module-name, .module-name label { 1627 1627 margin-bottom: .5em; 1628 color: #676e78; 1628 1629 } 1629 1630 .module-sshot { … … 1662 1663 margin-bottom: 1em; 1663 1664 } 1665 .module-name input[type="checkbox"] { 1666 margin-bottom: 0; 1667 } 1664 1668 /** 1665 1669 Les screenshots des thèmes ont deux tailles possibles : … … 1668 1672 On adapte largeur et hauteur en fonction 1669 1673 */ 1670 #theme-new .box.theme { /* Ajouter un thème */1674 #theme-new .box.theme, #theme-update .box.theme { /* Ajouter un thème */ 1671 1675 width: 278px; 1672 1676 min-height: 275px; … … 2071 2075 } 2072 2076 .modules a.module-config { 2073 /* todo: add icon here */2074 padding: 4px 4px 0 20px;2077 background: transparent url(settings.png) no-repeat 2px 6px; 2078 padding: 4px 4px 0 18px; 2075 2079 } 2076 2080 #m_search { … … 2102 2106 .mod-more { 2103 2107 padding-top: .5em; 2108 } 2109 #plugin-update td { 2110 vertical-align: baseline; 2104 2111 } 2105 2112 /* ---------------------------------------------------------- post.php, page.php */
Note: See TracChangeset
for help on using the changeset viewer.