web/data/cubicweb.old.css
changeset 6428 de95bbed8781
parent 6366 1806148d6ce8
child 6448 8590d82e9b1b
--- a/web/data/cubicweb.old.css	Sat Oct 09 00:05:52 2010 +0200
+++ b/web/data/cubicweb.old.css	Sat Oct 09 00:38:02 2010 +0200
@@ -229,6 +229,7 @@
 table#header {
   background: #ff7700 url("banner.png") left top repeat-x;
   text-align: left;
+  width: 100%;
 }
 
 table#header td {
@@ -236,17 +237,22 @@
 }
 
 table#header a {
-color: #000;
+  color: #000;
+}
+
+table#header td#headtext {
+  float: left;
+}
+
+table#header td#header-right {
+  padding-top: 1em;
+  float: right;
 }
 
 span#appliName {
- font-weight: bold;
- color: #000;
- white-space: nowrap;
-}
-
-table#header td#headtext {
-  width: 100%;
+  font-weight: bold;
+  color: #000;
+  white-space: nowrap;
 }
 
 /* FIXME appear with 4px width in IE6 */