diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:21:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:21:35 +0000 |
commit | cddcdba3c9be7e32454d0c54efd1d60e7cef7518 (patch) | |
tree | 485d573becbe08ff71189381739483cdb57cf949 /public/css | |
parent | Adding upstream version 1.2.2. (diff) | |
download | icingaweb2-module-graphite-cddcdba3c9be7e32454d0c54efd1d60e7cef7518.tar.xz icingaweb2-module-graphite-cddcdba3c9be7e32454d0c54efd1d60e7cef7518.zip |
Adding upstream version 1.2.4.upstream/1.2.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/module.less | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/public/css/module.less b/public/css/module.less index bb651e7..cf89fc4 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -1,22 +1,5 @@ -div.images { - h3 { - clear: both; - } - - img.svg { - float: left; - border: none; - } - -} - -div.images.object-detail-view { - display: block; - - img.graphiteImg { +.images.object-detail-view > img { width: 100%; - display: block; - } } .timerangepicker-container { |