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

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


git-svn-id: http://core.svn.wordpress.org/trunk@27813 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-04-07 07:11:15 +00:00
parent 1747c112d1
commit a6299d337c
4 changed files with 12 additions and 4 deletions

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;

File diff suppressed because one or more lines are too long

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;

File diff suppressed because one or more lines are too long