Dotclear


Ignore:
Timestamp:
11/19/16 10:56:00 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Separate dashboard items boxes (usually official DC infos/links) from dashboard contents boxes (usually 3rd party plugins), get advantage of flexbox system to display all of them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r3409 r3412  
    506506  vertical-align: top; 
    507507  margin: 0 10px 10px; 
    508   text-align: left; } 
     508  text-align: left; 
     509  flex: 1 1 auto; } 
    509510 
    510511.box.small { 
    511   width: 312px; } 
     512  flex-basis: 312px; } 
    512513 
    513514.box.medium { 
    514   width: 644px; } 
     515  flex-basis: 644px; } 
    515516 
    516517.box.large { 
     
    524525 
    525526/* ------------------------------------------------------------------------------------ 
    526                                                             UN POIL DE MEDIA QUERIES 
     527                                                                           UN POIL DE MEDIA QUERIES 
    527528------------------------------------------------------------------------------------ */ 
    528529@media screen and (max-width: 80em) { 
     
    21772178  flex-wrap: wrap; 
    21782179  justify-content: center; } 
     2180 
     2181.db-items, 
     2182.db-contents { 
     2183  display: flex; 
     2184  flex-wrap: wrap; 
     2185  justify-content: center; 
     2186  flex: 1 1 auto; } 
    21792187 
    21802188.no-js .outgoing img { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map