TinyMCE: wrap the toolbars buttons on narrow screens, props mikemanger, fixes #26882

Built from https://develop.svn.wordpress.org/trunk@27182


git-svn-id: http://core.svn.wordpress.org/trunk@27043 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-02-17 02:13:13 +00:00
parent 53c2618e7e
commit 1bce8d5b7e
4 changed files with 10 additions and 2 deletions

View File

@ -82,6 +82,10 @@ div.mce-statusbar {
outline: 1px solid #888;
}
.mce-toolbar .mce-btn-group > div {
white-space: normal;
}
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
-webkit-border-radius: 0;
border-radius: 0;

File diff suppressed because one or more lines are too long

View File

@ -82,6 +82,10 @@ div.mce-statusbar {
outline: 1px solid #888;
}
.mce-toolbar .mce-btn-group > div {
white-space: normal;
}
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
-webkit-border-radius: 0;
border-radius: 0;

File diff suppressed because one or more lines are too long