Changeset 1842:ea20d6e1859a for admin/style
- Timestamp:
- 09/13/13 23:14:06 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
admin/style/default.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1837 r1842 2002 2002 /* Caché sauf pour les revues d'écran */ 2003 2003 .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 } 2013 2013 /* caché si js est inactif */ 2014 2014 .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; 2020 2016 } 2021 2017 /* caché si js est actif */ 2022 . hidden-if-js {2023 display: none;2018 .with-js .hidden-if-js { 2019 display: none; 2024 2020 } 2025 2021 /* ------------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.
