diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-12-01 06:15:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-12-01 06:15:04 +0000 |
commit | e970e0b37b8bd7f246feb3f70c4136418225e434 (patch) | |
tree | 0b67c0ca45f56f2f9d9c5c2e725279ecdf52d2eb /web/gui/dashboard/css | |
parent | Adding upstream version 1.31.0. (diff) | |
download | netdata-e970e0b37b8bd7f246feb3f70c4136418225e434.tar.xz netdata-e970e0b37b8bd7f246feb3f70c4136418225e434.zip |
Adding upstream version 1.32.0.upstream/1.32.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'web/gui/dashboard/css')
-rw-r--r-- | web/gui/dashboard/css/dashboard.css | 2 | ||||
-rw-r--r-- | web/gui/dashboard/css/dashboard.slate.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/gui/dashboard/css/dashboard.css b/web/gui/dashboard/css/dashboard.css index 035263268..71215a031 100644 --- a/web/gui/dashboard/css/dashboard.css +++ b/web/gui/dashboard/css/dashboard.css @@ -146,7 +146,7 @@ body { display: block; position: absolute; bottom: 0px; - right: 30px; + right: 0px; height: 15px; width: 110px; font-size: 12px; diff --git a/web/gui/dashboard/css/dashboard.slate.css b/web/gui/dashboard/css/dashboard.slate.css index b3c65d38a..22e37ada5 100644 --- a/web/gui/dashboard/css/dashboard.slate.css +++ b/web/gui/dashboard/css/dashboard.slate.css @@ -160,7 +160,7 @@ code { display: block; position: absolute; bottom: 0px; - right: 30px; + right: 0px; height: 15px; width: 110px; font-size: 12px; |