Modified:
/trunk/package/webif/files/www/themes/clubman/webif.css
=======================================
--- /trunk/package/webif/files/www/themes/clubman/webif.css Fri Apr 4
23:02:09 2008
+++ /trunk/package/webif/files/www/themes/clubman/webif.css Wed Nov 18
11:25:57 2009
@@ -54,6 +54,7 @@
/* --- Header --- */
#header {
+ position: relative;
clear: both;
width: 100%;
height: 5.5em;
@@ -65,10 +66,14 @@
}
#header em {
+ position: absolute;
+ bottom: 0;
display: block;
+/*
padding-top: 70px;
- padding-left: 65px;
padding-bottom: 10px;
+*/
+ padding-left: 65px;
color: #808080;
}
@@ -91,6 +96,12 @@
margin: 1em 0 0 2em;
font-size: 0.58em;
}
+
+#short-status li {
+ float: left;
+ list-style-type: none;
+ min-width: 50%;
+}
/* --- Navigation --- */
#mainmenu, #submenu {