diff options
Diffstat (limited to 'module/web/static/css/default/style.css')
-rw-r--r-- | module/web/static/css/default/style.css | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css index 3fb1a5406..0e7c5d98d 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;
}
@@ -116,14 +117,33 @@ header img.logo { .header_block {
float: right;
+ margin: 12px 12px 0;
+ font-family: SansationRegular, sans-serif;
+ color: #ffffff;
+}
+.icon_info {
+ padding-bottom: 5px;
+}
+
+.icon_info img {
+ margin-bottom: -4px;
+ padding-right: 5px;
+}
+
+#notification_div {
+ position: absolute;
+ left: 50%;
+ width: 30%;
+ margin-left: -15%;
+ height: 45px;
+ border: 1px solid #ffffff;
margin-top: 12px;
- margin-right: 12px;
}
#speedgraph {
float: right;
height: 45px;
- width: 300px;
+ width: 15%;
margin-top: 12px;
font-family: sans-serif
}
|