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:
Ingo Schommer 2009-11-21 02:39:26 +00:00
parent 4726893607
commit bc2cad4670

View File

@ -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;