Dotclear


Ignore:
Timestamp:
07/30/18 09:48:26 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Use css3 flex rather than <br > to vertical align supplemental labels under dashboard icons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r3779 r3787  
    21232123  #icons p { 
    21242124    width: 13em; 
    2125     text-align: center; 
    2126     margin: 1em 0 2em; } 
     2125    margin: 1em 0 2em; 
     2126    display: flex; 
     2127    flex-direction: column; 
     2128    justify-content: flex-start; 
     2129    align-items: center; } 
    21272130  #icons a, #icons a:link, #icons a:visited, #icons a:hover, #icons a:focus { 
    21282131    border-bottom-width: 0; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map