--- a/web/data/cubicweb.old.css Wed Jan 26 09:32:34 2011 +0100
+++ b/web/data/cubicweb.old.css Tue Jan 25 15:16:05 2011 +0100
@@ -228,7 +228,6 @@
table#header {
background: #ff7700 url("banner.png") left top repeat-x;
- text-align: left;
width: 100%;
}
@@ -240,10 +239,6 @@
color: #000;
}
-table#header td#headtext {
- float: left;
-}
-
table#header td#header-right {
padding-top: 1em;
float: right;
@@ -262,12 +257,16 @@
/* Popup on login box and userActionBox */
+.popupWrapper{
+ position:relative;
+}
+
div.popup {
position: absolute;
background: #fff;
border: 1px solid black;
text-align: left;
- z-index:400;
+ z-index: 400;
}
div.popup ul li a {