mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 00:31:28 +01:00
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:
parent
e96b783f69
commit
aa1505ead2
@ -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 {
|
||||
|
2
wp-includes/css/editor-rtl.min.css
vendored
2
wp-includes/css/editor-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
2
wp-includes/css/editor.min.css
vendored
2
wp-includes/css/editor.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user