Subversion Repositories eFlore/Applications.del

Rev

Rev 404 | Rev 572 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 404 Rev 434
Line 136... Line 136...
136
.gauche { float:left}
136
.gauche { float:left}
137
.droite { float:right}
137
.droite { float:right}
138
.nettoyage {clear:both}
138
.nettoyage {clear:both}
139
hr {border:none; border-bottom:solid 1px #DDD; border-top:solid 1px #AAA}
139
hr {border:none; border-bottom:solid 1px #DDD; border-top:solid 1px #AAA}
Line -... Line 140...
-
 
140
 
-
 
141
.gwt-SuggestBoxPopup {z-index:10000}
-
 
142
 
-
 
143
.fenetreDefilante {position:fixed;margin:auto}
140
 
144
 
141
.overlay {background-color:#777; cursor:pointer; display:block; opacity:0.7; left:0; top:0;position:fixed; width:100%; z-index:1100; height:100%}
145
.overlay {background-color:#777; cursor:pointer; display:block; opacity:0.7; left:0; top:0;position:fixed; width:100%; z-index:1100; height:100%}
142
.overlayContenu {cursor:pointer; display:block; opacity:1; left:0; top:0;position:fixed; width:100%; z-index:1200; height:100%}
-
 
143
.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}
-
 
144
.gwt-SuggestBoxPopup {z-index:10000}
146
.overlayContenu {cursor:pointer; display:block; opacity:1; left:0; top:0;position:fixed; width:100%; z-index:1200; height:100%}
-
 
147
.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}
-
 
148
.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}
-
 
149
.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}
145
150