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:
Matt Thomas
2013-11-26 17:48:09 +00:00
parent 47b5c62d3e
commit 6a61711d24
8 changed files with 20 additions and 12 deletions

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 {