Editor: Shrink the font size for the chosen format so it fits in more locales.

props SergeyBiryukov.
see #27903, for trunk.

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


git-svn-id: http://core.svn.wordpress.org/trunk@28011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-04-22 13:24:15 +00:00
parent be7a2513cf
commit 1613157773
4 changed files with 10 additions and 2 deletions

View File

@ -279,6 +279,10 @@ div.mce-path {
border-color: #bbb;
}
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox span {
font-size: 13px;
}
.mce-panel .mce-btn i.mce-caret {
border-top: 6px solid #777;
margin-right: 2px;

File diff suppressed because one or more lines are too long

View File

@ -279,6 +279,10 @@ div.mce-path {
border-color: #bbb;
}
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox span {
font-size: 13px;
}
.mce-panel .mce-btn i.mce-caret {
border-top: 6px solid #777;
margin-left: 2px;

File diff suppressed because one or more lines are too long