mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-02-03 20:40:06 -05:00
CSS: Reduce .images rules
SVG-related rules have been removed since we render images and not SVGs. `display: block` has been removed to allow the graphs to layout themselves. Without an explicit width setting via templates they consume 100% anyway, otherwise they could now fit on a single line.
This commit is contained in:
parent
3377399b40
commit
ba9e977e92
1 changed files with 1 additions and 16 deletions
|
|
@ -1,20 +1,5 @@
|
|||
div.images {
|
||||
h3 {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
img.svg {
|
||||
float: left;
|
||||
border: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
div.images.object-detail-view {
|
||||
img.graphiteImg {
|
||||
.images.object-detail-view > img {
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.timerangepicker-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue