[Nounou] Eee PC et intranet

Modification du positionnement du popup "choix fichier" pour qu'il
scroole en même temps que la fenêtre (important pour les petites
résoutions)

darcs-hash:20080508103621-69ccb-dcca6b8a3856cc43661033bce4860016f5d8c55f.gz
This commit is contained in:
Grgoire Dtrez 2008-05-08 12:36:21 +02:00
parent aad399bc7e
commit bc784cf3c1

View file

@ -108,9 +108,9 @@ fieldset .aide { float:right; }
background:#AE0F3E; background:#AE0F3E;
z-index:500; z-index:500;
float:left; float:left;
position:fixed; position:absolute;
min-width:450px; min-width:450px;
top:110px; top:0;
left:20%; left:20%;
right:20%; right:20%;
padding:0; padding:0;