diff --git a/includes/theme.inc b/includes/theme.inc
index 8fe2049102f3..7693a482a166 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -1449,7 +1449,7 @@ function theme_item_list($items = array(), $title = NULL, $type = 'ul', $attribu
* Returns code that emits the 'more help'-link.
*/
function theme_more_help_link($url) {
- return '
'. t('[
more help...]', array('@link' => check_url($url))) .'
';
+ return ''. t('
More help', array('@link' => check_url($url))) .'
';
}
/**
diff --git a/misc/help.png b/misc/help.png
new file mode 100644
index 000000000000..fdeaa2113c9f
Binary files /dev/null and b/misc/help.png differ
diff --git a/modules/system/system.css b/modules/system/system.css
index 2e1453048897..4a2355586997 100644
--- a/modules/system/system.css
+++ b/modules/system/system.css
@@ -153,11 +153,15 @@ tr.merge-up, tr.merge-up td, tr.merge-up th {
.marker, .form-required {
color: #f00;
}
-.more-link {
+.more-help-link {
text-align: right; /* LTR */
}
-.more-help-link {
- font-size: 0.85em;
+.more-help-link a {
+ padding: 1px 0 1px 20px;
+ background-image: url(../../misc/help.png);
+ background-repeat: no-repeat;
+}
+.more-link {
text-align: right; /* LTR */
}
.nowrap {