bachy aff5ecb650 titmice theme correction
Signed-off-by: bachy <git@g-u-i.net>
2012-10-27 15:04:07 +02:00

26 lines
442 B
CSS

/**
* TinyMCE 3.x
*/
table.mceLayout {
clear: left;
}
/**
* Align all buttons and separators in a single row, so they wrap into multiple
* rows if required.
*/
.mceToolbar td {
display: inline;
}
.mceToolbar a,
.mceSeparator {
float: left;
}
.mceListBox,
.mceSplitButton {
float: left;
margin-bottom: 1px;
}
.o2k7Skin .mceToolbar .mceToolbarStart span {float: left;}
.o2k7Skin .mceToolbar .mceToolbarEnd span {float: left;}