Pie spacing

This commit is contained in:
Thomas Gelf 2014-02-21 12:58:02 +00:00
parent b74e4cb3fd
commit 24a32905f7
2 changed files with 2 additions and 2 deletions

View File

@ -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 !== '') {

View File

@ -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;
}