Mercurial > hg > rr-repo
view sites/all/modules/wysiwyg/editors/css/tinymce-3.css @ 2:b74b41bb73f0
-- Google analytics module
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Thu, 22 Aug 2013 17:22:54 +0100 |
parents | ff03f76ab3fe |
children |
line wrap: on
line source
/** * 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; }