mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
Pie spacing
This commit is contained in:
parent
b74e4cb3fd
commit
24a32905f7
@ -77,7 +77,7 @@ class Zend_View_Helper_Perfdata extends Zend_View_Helper_Abstract
|
|||||||
. '</td></tr>';
|
. '</td></tr>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($result == '') {
|
if ($result == '' && ! $compact) {
|
||||||
$result = $perfdata;
|
$result = $perfdata;
|
||||||
}
|
}
|
||||||
if (! $compact && $result !== '') {
|
if (! $compact && $result !== '') {
|
||||||
|
@ -66,7 +66,7 @@ table.action td a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.action div.inlinepie {
|
table.action div.inlinepie {
|
||||||
margin-top: 0.5em;
|
margin: 0.5em 0.25em 0.5em 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user