Changeset 2171:bb80994ddeed for admin/style
- Timestamp:
- 09/30/13 18:03:03 (12 years ago)
- Branch:
- dcRepo
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2164 r2171 1532 1532 } 1533 1533 /* ------------------------------------------------------------------- blog_theme.php */ 1534 /* 1534 1535 #themes { 1535 1536 margin: 0; … … 1568 1569 margin-bottom: 3em; 1569 1570 } 1571 */ 1570 1572 /* Themes list, JS version */ 1573 /* 1571 1574 #themes-wrapper { 1572 1575 display: table; … … 1643 1646 background: #bee74b; 1644 1647 } 1648 */ 1645 1649 /* ------------------------------------------------------------------ categories.php */ 1646 1650 #categories { … … 1947 1951 } 1948 1952 /* -------------------------------------------------------------------- plugins.php */ 1949 .modules td. action, .modules td.icon {1953 .modules td.module-actions, .modules td.module-icon { 1950 1954 vertical-align: middle; 1951 1955 } 1952 .modules td. icon img:last-child {1956 .modules td.module-icon img:last-child { 1953 1957 width: 16px; 1954 1958 height: 16px; 1955 1959 } 1956 .modules td. icon img.expand {1960 .modules td.module-icon img.expand { 1957 1961 margin-bottom: 3px; 1958 1962 } 1959 .modules td. distrib img {1963 .modules td.module-distrib img { 1960 1964 display: block; 1961 1965 float: right; … … 1964 1968 font-weight: bold; 1965 1969 } 1966 .modules a. details {1970 .modules a.module-details { 1967 1971 background: transparent url(search.png) no-repeat 2px 2px; 1968 1972 padding: 4px 4px 0 20px; 1969 1973 } 1970 .modules a. support {1974 .modules a.module-support { 1971 1975 background: transparent url(../images/page_help.png) no-repeat 2px 2px; 1972 1976 padding: 4px 4px 0 20px;
Note: See TracChangeset
for help on using the changeset viewer.