TinyMCE: couple more small css tweaks for the menubar and tabs in native modals, see #27279

git-svn-id: https://develop.svn.wordpress.org/trunk@27983 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-04-07 07:10:14 +00:00
parent 658b5a5e15
commit 8b3f6ef9fa

View File

@ -125,7 +125,7 @@
}
.mce-menu-has-icons i.mce-ico {
line-height: 16px;
line-height: 20px;
}
/* TinyMCE panel */
@ -140,6 +140,10 @@ div.mce-panel {
border: 1px solid #ddd;
}
div.mce-tab {
line-height: 13px;
}
/* TinyMCE toolbars */
div.mce-toolbar-grp {
border-bottom: 1px solid #dedede;