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.

git-svn-id: https://develop.svn.wordpress.org/trunk@26411 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas
2013-11-26 17:47:08 +00:00
parent 46a4342c67
commit 47772b85ca
2 changed files with 8 additions and 4 deletions
+6 -2
View File
@@ -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 {
+2 -2
View File
@@ -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 {