Dotclear

Changeset 3468:5f0bb79dfa96


Ignore:
Timestamp:
12/27/16 13:10:47 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Fix button’s position for activated theme on theme list

Location:
admin/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r3467 r3468  
    23912391    font-size: 1.5em; 
    23922392    margin-bottom: 1em; } 
     2393  .box.current-theme .module-actions { 
     2394    display: flex; 
     2395    flex-wrap: wrap; } 
    23932396 
    23942397.current-actions { 
     
    23962399  overflow: hidden; 
    23972400  padding-top: 2em; 
    2398   margin: 1.5em 0 2em; 
    23992401  background: transparent url(../images/minus-theme.png) no-repeat left top; } 
    2400   .current-theme .current-actions { 
    2401     position: absolute; 
    2402     bottom: 0; 
    2403     right: 18px; } 
    24042402 
    24052403#categories { 
  • admin/style/scss/partials/_blog_theme.scss

    r3439 r3468  
    165165          margin-bottom: 1em; 
    166166     } 
     167     .module-actions { 
     168          display: flex; 
     169          flex-wrap: wrap; 
     170     } 
    167171} 
    168172 
     
    171175     overflow: hidden; 
    172176     padding-top: 2em; 
    173      margin: 1.5em 0 2em; 
    174177     background: transparent url(../images/minus-theme.png) no-repeat left top; 
    175      .current-theme & { 
    176           position: absolute; 
    177           bottom: 0; 
    178           right: 18px; 
    179      } 
    180178} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map