Fix for emoticon icon size MDL-7375

This commit is contained in:
moodler
2006-11-07 12:49:07 +00:00
parent d4f4fa2abe
commit 8aec60b652
+6
View File
@@ -261,6 +261,12 @@ table.formtable tbody .htmlarea th
height: 17px;
}
img.emoticon {
vertical-align: middle;
width: 15px;
height: 15px;
}
form.popupform {
display: inline;
}