From de13f771356e6c93442ff8cc3546523d2d82b0ef Mon Sep 17 00:00:00 2001 From: cTn Date: Wed, 10 Apr 2013 11:49:41 +0200 Subject: [PATCH] status bar UI (alpha version) --- css/style.css | 14 ++++++++++++++ main.html | 3 +++ 2 files changed, 17 insertions(+) diff --git a/css/style.css b/css/style.css index 97116857d8..6523fc66c8 100644 --- a/css/style.css +++ b/css/style.css @@ -353,6 +353,20 @@ a:hover { width: 880px; height: 250px; } +#status-bar { + position: absolute; + bottom: 0; + left: 0; + + width: 940px; + height: 20px; + line-height: 20px; + + padding: 0 10px 0 10px; + + border-top: 1px solid #7d7d79; + background-color: #bfbeb5; +} /* Flotr related styles */ .flotr-legend { diff --git a/main.html b/main.html index a2a900910a..9b9fec946c 100644 --- a/main.html +++ b/main.html @@ -83,6 +83,9 @@
+
+ +
\ No newline at end of file