--- 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 */
/********************************/