diff options
Diffstat (limited to 'module/web/static/css/default')
-rw-r--r-- | module/web/static/css/default/style.css | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css index 2f1073932..326111680 100644 --- a/module/web/static/css/default/style.css +++ b/module/web/static/css/default/style.css @@ -18,6 +18,7 @@ body { font-size: 16px;
color: #757575;
background: url("../../img/default/fancy_deboss.png") repeat scroll 0 0 transparent;
+ min-width: 1000px;
}
h1, h2, h3 {
@@ -81,6 +82,7 @@ header { vertical-align: top;
width: 100%;
z-index: 10;
+ min-width: 1000px;
}
header:before {
@@ -111,9 +113,9 @@ header div.center span.title { header .logo {
float: left;
margin-right: 10px;
- margin-top: 8px;
- width: 120px; - height: 120px; + margin-top: 7px;
+ width: 120px;
+ height: 120px;
background: url("../../img/default/logo.png")no-repeat;
}
@@ -135,8 +137,8 @@ header .logo { #notification_div {
position: absolute;
left: 50%;
- width: 30%;
- margin-left: -15%;
+ width: 28%;
+ margin-left: -14%;
height: 45px;
border: 1px solid #ffffff;
margin-top: 12px;
@@ -145,7 +147,7 @@ header .logo { #speedgraph {
float: right;
height: 45px;
- width: 15%;
+ width: 14%;
margin-top: 12px;
font-family: sans-serif
}
@@ -183,10 +185,13 @@ footer { z-index: 10;
}
-footer img.logo {
+footer .logo {
+ background: url(../../img/default/logo_grey.png) no-repeat;
float: left;
- padding-top: 12px;
- padding-right: 12px;
+ width: 60px;
+ height: 60px;
+ margin-top: 12px;
+ margin-right: 12px;
}
footer div.center {
|