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…
Reference in New Issue