From: moodler Date: Tue, 7 Nov 2006 12:56:31 +0000 (+0000) Subject: Merged MDL-7375 from stable X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5fb8186a1f1907140a343edb683b18b1535db140;p=moodle.git Merged MDL-7375 from stable --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 816cda3f90..c7eb7e5744 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -261,6 +261,12 @@ table.formtable tbody .htmlarea th height: 17px; } +img.emoticon { + vertical-align: middle; + width: 15px; + height: 15px; +} + form.popupform { display: inline; }