Removed 9px height and width on plus/minus icons in navigation frame

This commit is contained in:
Marc Delisle
2011-04-16 13:04:11 -04:00
parent 62acfa73d7
commit 8b93e376ab

View File

@@ -235,9 +235,9 @@ if (! $GLOBALS['server']) {
// In this case, the database should not be collapsible/expandable
$img_plus = '<img class="icon" id="el%dImg" src="' . $pmaThemeImage . 'b_plus.png"'
.' width="9" height="9" alt="+" />';
.' alt="+" />';
$img_minus = '<img class="icon" id="el%dImg" src="' . $pmaThemeImage . 'b_minus.png"'
.' width="9" height="9" alt="-" />';
.' alt="-" />';
$href_left = '<a onclick="if (toggle(\'%d\')) return false;"'
.' href="navigation.php?%s" target="_self">';