From 94d4d384db7fc06e1dcba42bec9d09cbd51f33cb Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 11 Aug 2012 15:52:15 +0200 Subject: added speedgraph --- module/web/static/css/default/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'module/web/static/css/default') 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; -- cgit v1.2.3