web/data/cubicweb.css
changeset 6428 de95bbed8781
parent 6366 1806148d6ce8
child 6448 8590d82e9b1b
--- a/web/data/cubicweb.css	Sat Oct 09 00:05:52 2010 +0200
+++ b/web/data/cubicweb.css	Sat Oct 09 00:38:02 2010 +0200
@@ -222,6 +222,7 @@
 table#header {
   background: %(headerBgColor)s url("banner.png") repeat-x top left;
   text-align: left;
+  width: 100%;
 }
 
 table#header td {
@@ -232,6 +233,15 @@
   color: %(defaultColor)s;
 }
 
+table#header td#headtext {
+  float: left;
+}
+
+table#header td#header-right {
+  padding-top: 1em;
+  float: right;
+}
+
 table#header img#logo{
   vertical-align: middle;
 }
@@ -242,10 +252,6 @@
   white-space: nowrap;
 }
 
-table#header td#headtext {
-  width: 100%;
-}
-
 /* Popup on login box and userActionBox */
 div.popupWrapper {
   position: relative;