Changeset 2260:592e42e0b7fb
- Timestamp:
- 10/04/13 18:04:41 (12 years ago)
- Branch:
- dcRepo
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2252 r2260 1563 1563 text-align: right; 1564 1564 } 1565 .bloc-toggler img { 1566 opacity: .4; 1567 } 1568 .bloc-toggler img:hover { 1569 opacity: 1; 1570 } 1571 span.module-version:before { 1572 content: "- "; 1573 } 1574 .toggle-bloc .mod-more { 1575 display: block; 1576 margin-left: 0; 1577 } 1565 1578 .box.current-theme { 1566 1579 width: 652px; … … 1585 1598 .box.theme input { 1586 1599 margin-bottom: 1em; 1600 } 1601 .current-actions { 1602 width: auto; 1603 overflow: hidden; 1604 padding-top: 3em; 1605 margin: 1.5em 0 2em; 1606 background: transparent url(../images/minus-theme.png) no-repeat left top; 1587 1607 } 1588 1608 /* ------------------------------------------------------------------ categories.php */ … … 1929 1949 .modules td.expand { 1930 1950 padding: 0; 1951 border-top: 1px solid #e5e5e5; 1931 1952 } 1932 1953 .mod-more, .mod-more li { -
inc/admin/lib.moduleslist.php
r2252 r2260 1186 1186 if ($has_details || $has_support) { 1187 1187 $line .= 1188 '<span class="mod-more">' .__('Help:').' ';1188 '<span class="mod-more">'; 1189 1189 1190 1190 if ($has_details) { … … 1221 1221 } 1222 1222 1223 $line .= '<div class="current-actions">'; 1224 1223 1225 if (file_exists(path::real($this->core->blog->themes_path.'/'.$id).'/_config.php')) { 1224 1226 $line .= … … 1229 1231 $line .= 1230 1232 $this->core->callBehavior('adminCurrentThemeDetails', $this->core, $id, $module); 1233 1234 $line .= '</div>'; 1231 1235 } 1232 1236
Note: See TracChangeset
for help on using the changeset viewer.