diff options
Diffstat (limited to 'module')
-rw-r--r-- | module/web/static/css/default/style.css | 23 | ||||
-rw-r--r-- | module/web/static/img/default/downloading-icon-green.png | bin | 1029 -> 0 bytes | |||
-rw-r--r-- | module/web/static/img/default/downloading-icon-red.png | bin | 1016 -> 0 bytes | |||
-rw-r--r-- | module/web/static/img/default/gear-icon-white.png | bin | 769 -> 0 bytes | |||
-rw-r--r-- | module/web/static/img/default/queue-icon-white.png | bin | 647 -> 0 bytes | |||
-rw-r--r-- | module/web/static/img/default/reconnecting-icon-green.png | bin | 945 -> 0 bytes | |||
-rw-r--r-- | module/web/static/img/default/reconnecting-icon-red.png | bin | 914 -> 0 bytes | |||
-rw-r--r-- | module/web/static/img/default/speed-icon-white.png | bin | 904 -> 0 bytes | |||
-rw-r--r-- | module/web/static/img/default/user-icon-white.png | bin | 474 -> 0 bytes | |||
-rw-r--r-- | module/web/templates/default/base.html | 2 |
10 files changed, 15 insertions, 10 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 {
diff --git a/module/web/static/img/default/downloading-icon-green.png b/module/web/static/img/default/downloading-icon-green.png Binary files differdeleted file mode 100644 index 3c65e5c71..000000000 --- a/module/web/static/img/default/downloading-icon-green.png +++ /dev/null diff --git a/module/web/static/img/default/downloading-icon-red.png b/module/web/static/img/default/downloading-icon-red.png Binary files differdeleted file mode 100644 index d332ebb57..000000000 --- a/module/web/static/img/default/downloading-icon-red.png +++ /dev/null diff --git a/module/web/static/img/default/gear-icon-white.png b/module/web/static/img/default/gear-icon-white.png Binary files differdeleted file mode 100644 index 3a41217b2..000000000 --- a/module/web/static/img/default/gear-icon-white.png +++ /dev/null diff --git a/module/web/static/img/default/queue-icon-white.png b/module/web/static/img/default/queue-icon-white.png Binary files differdeleted file mode 100644 index 2dd520607..000000000 --- a/module/web/static/img/default/queue-icon-white.png +++ /dev/null diff --git a/module/web/static/img/default/reconnecting-icon-green.png b/module/web/static/img/default/reconnecting-icon-green.png Binary files differdeleted file mode 100644 index 209a80348..000000000 --- a/module/web/static/img/default/reconnecting-icon-green.png +++ /dev/null diff --git a/module/web/static/img/default/reconnecting-icon-red.png b/module/web/static/img/default/reconnecting-icon-red.png Binary files differdeleted file mode 100644 index 04f7ce018..000000000 --- a/module/web/static/img/default/reconnecting-icon-red.png +++ /dev/null diff --git a/module/web/static/img/default/speed-icon-white.png b/module/web/static/img/default/speed-icon-white.png Binary files differdeleted file mode 100644 index dc0fd6866..000000000 --- a/module/web/static/img/default/speed-icon-white.png +++ /dev/null diff --git a/module/web/static/img/default/user-icon-white.png b/module/web/static/img/default/user-icon-white.png Binary files differdeleted file mode 100644 index e062d7c87..000000000 --- a/module/web/static/img/default/user-icon-white.png +++ /dev/null diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 867feeeda..bbbefb4b6 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -64,7 +64,7 @@ </div>
<footer>
<div class="center">
- <img class="logo" src="static/img/default/logo_grey.png" width="60px" height="60px"/>
+ <div class="logo" src="static/img/default/logo_grey.png"></div>
<div class="block copyright">
© 2008-2012<br>
|