[cubicweb] #344957 : fix popup display in IE7 stable
authorKatia Saurfelt <katia.saurfelt@logilab.fr>
Mon, 31 Aug 2009 16:29:10 +0200
branchstable
changeset 3066 ff83ccd612ce
parent 3061 e3e5ab4b987a
child 3067 921fdbf8b303
[cubicweb] #344957 : fix popup display in IE7
web/data/cubicweb.css
--- a/web/data/cubicweb.css	Mon Aug 31 14:37:48 2009 +0200
+++ b/web/data/cubicweb.css	Mon Aug 31 16:29:10 2009 +0200
@@ -256,13 +256,17 @@
 }
 
 /* Popup on login box and userActionBox */
+div.popupWrapper{
+ position:relative;
+ z-index:100;
+}
+
 div.popup {
   position: absolute;
-  z-index: 400;
   background: #fff;
   border: 1px solid black;
   text-align: left;
-  float:left;
+  z-index:400;
 }
 
 div.popup ul li a {
@@ -838,4 +842,4 @@
   border: 1px solid #edecd2;
   border-color:#edecd2 #cfceb7 #cfceb7  #edecd2;
   background: #fffff8 url("button.png") bottom left repeat-x;
-}
\ No newline at end of file
+}