summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/style.css
diff options
context:
space:
mode:
authorSimon Rettberg2019-04-29 10:02:08 +0200
committerSimon Rettberg2019-05-23 12:19:33 +0200
commit9e5028536d269b8b21a5bad10e58c4eb152daeae (patch)
tree915b7fa7e1c22f34a75211422eee0462efa11c69 /modules-available/statistics/style.css
parent[roomplanner] Make highlight green, not red (diff)
downloadslx-admin-9e5028536d269b8b21a5bad10e58c4eb152daeae.tar.gz
slx-admin-9e5028536d269b8b21a5bad10e58c4eb152daeae.tar.xz
slx-admin-9e5028536d269b8b21a5bad10e58c4eb152daeae.zip
[statistics] Add captions to RAM/swap bar
Diffstat (limited to 'modules-available/statistics/style.css')
-rw-r--r--modules-available/statistics/style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/modules-available/statistics/style.css b/modules-available/statistics/style.css
index dffe973b..1bfc2893 100644
--- a/modules-available/statistics/style.css
+++ b/modules-available/statistics/style.css
@@ -34,7 +34,6 @@
.meter .text {
position: absolute;
- right: 5px;
overflow: visible;
font-size: 8pt;
white-space: nowrap;
@@ -42,6 +41,14 @@
text-shadow: #fff 1px 1px;
}
+.meter .left {
+ left: 5px;
+}
+
+.meter .right {
+ right: 5px;
+}
+
.warn {
background: #F0AD4E;
font-size: 75%;