diff options
Diffstat (limited to 'module/web/static/css/default/style.css')
-rw-r--r-- | module/web/static/css/default/style.css | 10 |
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;
|