Dotclear

Changeset 2260:592e42e0b7fb


Ignore:
Timestamp:
10/04/13 18:04:41 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
dcRepo
Message:

Gestion des thèmes et des plugins. Mise en forme. Terminée jusqu'à retours utilisateurs.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r2252 r2260  
    15631563     text-align: right; 
    15641564     } 
     1565.bloc-toggler img { 
     1566     opacity: .4; 
     1567     } 
     1568.bloc-toggler img:hover { 
     1569     opacity: 1; 
     1570     } 
     1571span.module-version:before { 
     1572     content: "- "; 
     1573     } 
     1574.toggle-bloc .mod-more { 
     1575     display: block; 
     1576     margin-left: 0; 
     1577     } 
    15651578.box.current-theme { 
    15661579     width: 652px; 
     
    15851598.box.theme input { 
    15861599     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; 
    15871607     } 
    15881608/* ------------------------------------------------------------------ categories.php */ 
     
    19291949.modules td.expand { 
    19301950     padding: 0; 
     1951     border-top: 1px solid #e5e5e5; 
    19311952     } 
    19321953.mod-more, .mod-more li { 
  • inc/admin/lib.moduleslist.php

    r2252 r2260  
    11861186               if ($has_details || $has_support) { 
    11871187                    $line .= 
    1188                     '<span class="mod-more">'.__('Help:').' '; 
     1188                    '<span class="mod-more">'; 
    11891189 
    11901190                    if ($has_details) { 
     
    12211221                    } 
    12221222 
     1223                    $line .= '<div class="current-actions">'; 
     1224 
    12231225                    if (file_exists(path::real($this->core->blog->themes_path.'/'.$id).'/_config.php')) { 
    12241226                         $line .=  
     
    12291231                    $line .=  
    12301232                    $this->core->callBehavior('adminCurrentThemeDetails', $this->core, $id, $module); 
     1233 
     1234                    $line .= '</div>'; 
    12311235               } 
    12321236 
Note: See TracChangeset for help on using the changeset viewer.

Sites map