diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 816cda3f900..c7eb7e57449 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; }