mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
MINOR Reverted floating of TinyMCE icons, as they don't automatically break into multiple lines like other floated elements
This commit is contained in:
parent
11071eabbd
commit
3dbe03c3f9
@ -242,13 +242,6 @@
|
|||||||
/**
|
/**
|
||||||
* Tinymce
|
* 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 {
|
.right form .mceEditor select.mceNativeListBox {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user