more space around help icon
This commit is contained in:
parent
f5acde465a
commit
40c91ee816
|
@ -653,7 +653,7 @@ function printHelpLink($entry, $number, $module='', $scope='') {
|
||||||
// replace special characters
|
// replace special characters
|
||||||
$message = str_replace(array("'", '"', "\n"), array("\\'", '"', ''), $message);
|
$message = str_replace(array("'", '"', "\n"), array("\\'", '"', ''), $message);
|
||||||
$title = str_replace(array("'", '"', "\n"), array("\\'", '"', ''), $title);
|
$title = str_replace(array("'", '"', "\n"), array("\\'", '"', ''), $title);
|
||||||
echo "<a href=\"" . $helpPath . "help.php?module=$module&HelpNumber=". $number . "&scope=" . $scope . "\" ";
|
echo "<a class=\"margin2\" href=\"" . $helpPath . "help.php?module=$module&HelpNumber=". $number . "&scope=" . $scope . "\" ";
|
||||||
echo "target=\"help\" ";
|
echo "target=\"help\" ";
|
||||||
echo "onmouseover=\"Tip('" . $message . "', TITLE, '" . $title . "')\" onmouseout=\"UnTip()\">";
|
echo "onmouseover=\"Tip('" . $message . "', TITLE, '" . $title . "')\" onmouseout=\"UnTip()\">";
|
||||||
echo "<img class=\"align-middle\" width=16 height=16 src=\"../$helpPath/graphics/help.png\" alt=\"" . _('Help') . "\" title=\"" . _('Help') . "\">";
|
echo "<img class=\"align-middle\" width=16 height=16 src=\"../$helpPath/graphics/help.png\" alt=\"" . _('Help') . "\" title=\"" . _('Help') . "\">";
|
||||||
|
|
|
@ -111,6 +111,10 @@ input {
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.margin2 {
|
||||||
|
margin: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.align-middle {
|
.align-middle {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue