Dotclear

Changeset 1842:ea20d6e1859a


Ignore:
Timestamp:
09/13/13 23:14:06 (11 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Puisqu'on a maintenant .with-js/no-js sur le body, on peut simplifier les cacher pour ci et ça

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1837 r1842  
    20022002/* Caché sauf pour les revues d'écran */ 
    20032003.hidden, .with-js .out-of-screen-if-js { 
    2004     position: absolute !important; 
    2005     clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 
    2006     clip: rect(1px, 1px, 1px, 1px); 
    2007     padding: 0 !important; 
    2008     border: 0 !important; 
    2009     height: 1px !important; 
    2010     width: 1px !important; 
    2011     overflow: hidden; 
    2012     } 
     2004     position: absolute !important; 
     2005     clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 
     2006     clip: rect(1px, 1px, 1px, 1px); 
     2007     padding: 0 !important; 
     2008     border: 0 !important; 
     2009     height: 1px !important; 
     2010     width: 1px !important; 
     2011     overflow: hidden; 
     2012     } 
    20132013/* caché si js est inactif */ 
    20142014.no-js .hidden-if-no-js { 
    2015         display: none; 
    2016      } 
    2017 /* montré si js est inactif */ 
    2018 .no-js .hidden-if-js { 
    2019      display: block; 
     2015     display: none; 
    20202016     } 
    20212017/* caché si js est actif */ 
    2022 .hidden-if-js { 
    2023         display: none; 
     2018.with-js .hidden-if-js { 
     2019     display: none; 
    20242020     } 
    20252021/* ------------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.

Sites map