summaryrefslogtreecommitdiffstats
path: root/module/web/static/css/default
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-08-12 13:38:38 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-08-12 13:38:38 +0200
commit132a5ff97efcf7645d60900633e95b6ce9dde1c4 (patch)
tree3272c5c1e7e5c75d127f4ba49e1954330e37c461 /module/web/static/css/default
parentadded little icons + backbone.js (diff)
downloadpyload-132a5ff97efcf7645d60900633e95b6ce9dde1c4.tar.xz
added center to header + various resizing
Diffstat (limited to 'module/web/static/css/default')
-rw-r--r--module/web/static/css/default/style.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css
index 1ff1d4c72..232733b95 100644
--- a/module/web/static/css/default/style.css
+++ b/module/web/static/css/default/style.css
@@ -96,6 +96,7 @@ header:before {
}
header div.center {
+ position: relative;
padding-left: 20px;
padding-right: 20px;
}
@@ -129,10 +130,20 @@ header img.logo {
padding-right: 5px;
}
+#notification_div {
+ position: absolute;
+ left: 50%;
+ width: 30%;
+ margin-left: -15%;
+ height: 45px;
+ border: 1px solid #ffffff;
+ margin-top: 12px;
+}
+
#speedgraph {
float: right;
height: 45px;
- width: 300px;
+ width: 15%;
margin-top: 12px;
font-family: sans-serif
}