summaryrefslogtreecommitdiffstats
path: root/module/web/static/css/default
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-08-11 15:52:15 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-08-11 15:52:15 +0200
commit94d4d384db7fc06e1dcba42bec9d09cbd51f33cb (patch)
treeb203d9e2e343c3c21c68ed0ea903018dfad4594c /module/web/static/css/default
parentshow footer at bottom (diff)
downloadpyload-94d4d384db7fc06e1dcba42bec9d09cbd51f33cb.tar.xz
added speedgraph
Diffstat (limited to 'module/web/static/css/default')
-rw-r--r--module/web/static/css/default/style.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css
index bf5e3e7d9..9b2d1768c 100644
--- a/module/web/static/css/default/style.css
+++ b/module/web/static/css/default/style.css
@@ -104,6 +104,7 @@ header div.center span.title {
float: left;
font-family: SansationRegular, sans-serif;
font-size: 40px;
+ cursor: default;
margin-top: 12px;
}
header img.logo {
@@ -113,11 +114,16 @@ header img.logo {
width: 120px;
}
+#speedgraph {
+ float: right;
+ height: 45px;
+ width: 300px;
+ margin-top: 12px;
+}
+
/*
Footer
*/
-
-
footer {
background: url("../../img/default/main-wrapper-bg.png") repeat-x;
height: 100px;