web/data/cubicweb.css
branch3.5
changeset 3071 6ad4e6d4df86
parent 2937 36b11249014e
parent 3066 ff83ccd612ce
child 3359 5562f8b901f0
--- a/web/data/cubicweb.css	Fri Aug 28 16:28:26 2009 +0200
+++ b/web/data/cubicweb.css	Mon Aug 31 18:59: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 {
@@ -840,7 +844,6 @@
   background: #fffff8 url("button.png") bottom left repeat-x;
 }
 
-
 /********************************/
 /* placement of alt. view icons */
 /********************************/