Better alignment of Visual and Text tabs with editor, better alignment of word count container with editor, eliminate gap between tabs and editor on Press This. Fixes #26238, props mattheu.
Built from https://develop.svn.wordpress.org/trunk@26411 git-svn-id: http://core.svn.wordpress.org/trunk@26311 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
47b5c62d3e
commit
6a61711d24
|
@ -11303,9 +11303,13 @@ li#wp-admin-bar-menu-toggle {
|
|||
}
|
||||
|
||||
#wp-content-editor-tools {
|
||||
padding-top: 20px;
|
||||
padding-left: 15px;
|
||||
overflow: hidden;
|
||||
padding: 20px 0 1px 15px;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.press-this #wp-content-editor-tools {
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
a.wp-switch-editor {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -11303,9 +11303,13 @@ li#wp-admin-bar-menu-toggle {
|
|||
}
|
||||
|
||||
#wp-content-editor-tools {
|
||||
padding-top: 20px;
|
||||
padding-right: 15px;
|
||||
overflow: hidden;
|
||||
padding: 20px 15px 1px 0;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.press-this #wp-content-editor-tools {
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
a.wp-switch-editor {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1078,8 +1078,6 @@ span.mce_ltr:before {
|
|||
|
||||
.wp-editor-container {
|
||||
clear: both;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
.wp-editor-area {
|
||||
|
@ -1128,6 +1126,8 @@ span.mce_ltr:before {
|
|||
height: 19px;
|
||||
margin: 5px 5px 0 0;
|
||||
padding: 3px 8px 4px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.wp-switch-editor:active {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1078,8 +1078,6 @@ span.mce_ltr:before {
|
|||
|
||||
.wp-editor-container {
|
||||
clear: both;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
.wp-editor-area {
|
||||
|
@ -1128,6 +1126,8 @@ span.mce_ltr:before {
|
|||
height: 19px;
|
||||
margin: 5px 0 0 5px;
|
||||
padding: 3px 8px 4px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.wp-switch-editor:active {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue