Dotclear

Changeset 2194:e93b13c9c551


Ignore:
Timestamp:
10/01/13 22:57:05 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
dcRepo
Message:

Styles pour la gestion des thèmes, step #2 (wip)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r2179 r2194  
    15341534/* ------------------------------------------------------------------- blog_theme.php */ 
    15351535.box.theme { 
    1536      margin: 1em; 
    1537      padding: 1em; 
    1538      border: 1px solid #ddd; 
     1536     margin: .5em; 
     1537     padding: 1em 1em .5em 1em; 
     1538     border: 1px solid #ccc; 
     1539     } 
     1540.box.current-theme { 
     1541     width: 652px; 
     1542     margin: .5em; 
     1543     padding: 1em 0 .5em 1em; 
     1544     background: #FCFDFD; 
     1545     border: 1px solid #9AC123; 
     1546     -webkit-border-radius: .5em; 
     1547                  border-radius: .5em;   
    15391548     } 
    15401549#theme-new .box.theme { 
    15411550     width: 280px; 
     1551     } 
     1552.module-name { 
     1553     margin-bottom: .5em; 
    15421554     } 
    15431555.module-sshot img { 
    15441556     border: 1px solid #ddd; 
    15451557     padding: .5em; 
    1546      background: #fff; 
     1558     background: #f7f7f7; 
     1559     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); 
     1560     } 
     1561.module-actions { 
     1562     margin-top: 1em; 
     1563     } 
     1564.current-theme .module-sshot img { 
     1565     float: left; 
     1566     margin-right: 2em; 
     1567     margin-bottom: 1em; 
    15471568     } 
    15481569/* ------------------------------------------------------------------ categories.php */ 
  • inc/admin/lib.moduleslist.php

    r2193 r2194  
    469469          # Activate 
    470470          if (in_array('deactivate', $actions) && $module['root_writable']) { 
    471                $submits[] = '<input type="submit" name="deactivate" value="'.__('Deactivate').'" />'; 
     471               $submits[] = '<input type="submit" name="deactivate" value="'.__('Deactivate').'" class="reset" />'; 
    472472          } 
    473473 
     
    877877 
    878878               $line =  
    879                '<div class="box small '.($current ? 'current-theme' : 'theme').'">'; 
     879               '<div class="box '.($current ? 'medium current-theme' : 'small theme').'">'; 
    880880 
    881881               if (in_array('name', $cols)) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map