Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 433 → Rev 434

/trunk/war/del.css
138,7 → 138,12
.nettoyage {clear:both}
hr {border:none; border-bottom:solid 1px #DDD; border-top:solid 1px #AAA}
 
.gwt-SuggestBoxPopup {z-index:10000}
 
.fenetreDefilante {position:fixed;margin:auto}
 
.overlay {background-color:#777; cursor:pointer; display:block; opacity:0.7; left:0; top:0;position:fixed; width:100%; z-index:1100; height:100%}
.overlayContenu {cursor:pointer; display:block; opacity:1; left:0; top:0;position:fixed; width:100%; z-index:1200; height:100%}
.fermerOverlay {position:absolute; top:10%; right:10%; width:140px; height:40px; background:url(./img/close.png) no-repeat; border:none; color:white; font-weight:bold; cursor:pointer}
.gwt-SuggestBoxPopup {z-index:10000}
.fermerOverlay {z-index:1210;position:fixed; width:140px; height:40px; background:url(./img/close.png) no-repeat; border:none; color:white; font-weight:bold; cursor:pointer}
.precedentOverlay {display: block;z-index:1210; position:fixed; width:30px; height:40px; background:url(./img/precedent_overlay.png) no-repeat; border:none; color:white; font-weight:bold; cursor:pointer}
.suivantOverlay {display:block;z-index:1210; position:fixed; width:30px; height:40px; background:url(./img/suivant_overlay.png) no-repeat; border:none; color:white; font-weight:bold; cursor:pointer}