mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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>';
|
||||
}
|
||||
}
|
||||
if ($result == '') {
|
||||
if ($result == '' && ! $compact) {
|
||||
$result = $perfdata;
|
||||
}
|
||||
if (! $compact && $result !== '') {
|
||||
|
@ -66,7 +66,7 @@ table.action td a:hover {
|
||||
}
|
||||
|
||||
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