MINOR Reverted floating of TinyMCE icons, as they don't automatically break into multiple lines like other floated elements

This commit is contained in:
Ingo Schommer 2011-03-03 12:02:12 +13:00
parent 11071eabbd
commit 3dbe03c3f9

View File

@ -242,13 +242,6 @@
/**
* Tinymce
*/
/* Ensure icons in toolbar float and adjust to smaller widths */
.right table.mceToolbar,
.right tr.mceFirst .mceToolbar tr td,
.right tr.mceLast .mceToolbar tr td {
float: left;
}
.right form .mceEditor select.mceNativeListBox {
background: #fff;
padding-top: 2px;