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:
parent
1747c112d1
commit
a6299d337c
|
@ -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
|
@ -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
Loading…
Reference in New Issue