]> git.mjollnir.org Git - moodle.git/commitdiff
Merged from 1.7.
authorvyshane <vyshane>
Mon, 27 Nov 2006 04:49:09 +0000 (04:49 +0000)
committervyshane <vyshane>
Mon, 27 Nov 2006 04:49:09 +0000 (04:49 +0000)
lib/weblib.php

index 4ab097e61d66ad2f26ac0bdeb3085073be495c46..7cfca9d38ca3331ba08f5c7f75f8f7b7b8b6ac62 100644 (file)
@@ -4607,7 +4607,7 @@ function emoticonhelpbutton($form, $field) {
     $SESSION->inserttextform = $form;
     $SESSION->inserttextfield = $field;
     $imagetext = '<img src="' . $CFG->pixpath . '/s/smiley.gif" border="0" align="middle" width="15" height="15" alt=""
-    class="emoticon" style="margin-left: 7px" />';
+    class="emoticon" style="margin-left:3px; padding-right:1px;" />';
 
     helpbutton('emoticons', get_string('helpemoticons'), 'moodle', true, true, '', false, $imagetext);
 }