From 5fb8186a1f1907140a343edb683b18b1535db140 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 7 Nov 2006 12:56:31 +0000 Subject: [PATCH] Merged MDL-7375 from stable --- theme/standard/styles_layout.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; } -- 2.39.5