diff options
author | Simon Rettberg | 2015-12-31 00:29:34 +0100 |
---|---|---|
committer | Simon Rettberg | 2015-12-31 00:29:34 +0100 |
commit | 259f3df3f0117628ce1455dd1b61a3f9e8f08920 (patch) | |
tree | feac370e6e2601ec59f6039734f4e8c14354bc97 /style | |
parent | [clientlog] Fix bootup db insert query (diff) | |
download | slx-admin-259f3df3f0117628ce1455dd1b61a3f9e8f08920.tar.gz slx-admin-259f3df3f0117628ce1455dd1b61a3f9e8f08920.tar.xz slx-admin-259f3df3f0117628ce1455dd1b61a3f9e8f08920.zip |
[statistics] Add visualization of usage
Diffstat (limited to 'style')
-rw-r--r-- | style/default.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/style/default.css b/style/default.css index 9c0c367a..73e4effa 100644 --- a/style/default.css +++ b/style/default.css @@ -216,4 +216,19 @@ body { input[readonly] { background-color: white !important; cursor: text !important; -}
\ No newline at end of file +} + +.timebar { + position: relative; + background: #afc; + border: 1px solid #0a2; + border-radius: 3px; + overflow: hidden; +} + +.timebar div { + position: absolute; + top: 0px; + overflow: hidden; +} + |