Fix styling for mce-path (at the bottom of the editor), see #26952

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


git-svn-id: http://core.svn.wordpress.org/trunk@27665 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-03-29 00:19:14 +00:00
parent e96b783f69
commit aa1505ead2
4 changed files with 8 additions and 14 deletions

View File

@ -154,12 +154,9 @@ div.mce-statusbar {
border-top: 1px solid #eee;
}
.mce-path {
padding: 0 8px 1px;
}
.mce-path-item {
line-height: 1;
div.mce-path {
padding: 0 8px 2px;
margin: 0;
}
.mce-toolbar .mce-btn {

File diff suppressed because one or more lines are too long

View File

@ -154,12 +154,9 @@ div.mce-statusbar {
border-top: 1px solid #eee;
}
.mce-path {
padding: 0 8px 1px;
}
.mce-path-item {
line-height: 1;
div.mce-path {
padding: 0 8px 2px;
margin: 0;
}
.mce-toolbar .mce-btn {

File diff suppressed because one or more lines are too long