merge stable cubicweb-version-3.4.6
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 31 Aug 2009 18:04:26 +0200
branchstable
changeset 3067 921fdbf8b303
parent 3066 ff83ccd612ce (diff)
parent 3064 3fbcdf220ce9 (current diff)
child 3068 52dba800ca4d
merge
--- a/web/data/cubicweb.css	Mon Aug 31 17:38:38 2009 +0200
+++ b/web/data/cubicweb.css	Mon Aug 31 18:04:26 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
+}