mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
ENHANCEMENT Floating tinymce toolbar icons in CMS to allow for smaller widths without having tinymce hide the tabset scrollbars
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92680 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
4726893607
commit
bc2cad4670
@ -201,6 +201,13 @@
|
||||
/**
|
||||
* 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;
|
||||
|
Loading…
Reference in New Issue
Block a user