Enhance the editor on the Add/Edit Post screens, first run. Props avril, see #28328.

git-svn-id: https://develop.svn.wordpress.org/trunk@29049 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2014-07-09 22:05:06 +00:00
parent f92dc5aa41
commit 14d1e57e99
14 changed files with 798 additions and 76 deletions

View File

@@ -148,8 +148,13 @@ div.mce-tab {
div.mce-toolbar-grp {
border-bottom: 1px solid #dedede;
background: #f5f5f5;
padding: 3px;
padding: 0;
position: relative;
z-index: 999;
}
div.mce-toolbar-grp > div {
padding: 3px;
}
.has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first {
@@ -161,14 +166,26 @@ div.mce-toolbar-grp {
}
div.mce-statusbar {
border-top: 1px solid #eee;
border-top: 1px solid #e5e5e5;
}
div.mce-path {
padding: 0 8px 2px;
padding: 2px 10px;
margin: 0;
}
.mce-path,
.mce-path-item,
.mce-path .mce-divider {
font-size: 12px;
line-height: 18px;
}
.mce-path-item:focus {
background: none;
color: inherit;
}
.mce-toolbar .mce-btn,
.qt-fullscreen {
border-color: transparent;
@@ -731,7 +748,7 @@ i.mce-i-hr:before {
}
.mce-i-wp_code:before {
content: '\e017';
content: '\f475';
}
/* Editors */
@@ -740,8 +757,16 @@ i.mce-i-hr:before {
}
.wp-editor-tools {
background-color: #f1f1f1;
padding-top: 20px;
position: relative;
z-index: 1;
z-index: 1000;
}
.wp-editor-tools:after {
clear: both;
content: '';
display: table;
}
.wp-editor-container {
@@ -763,10 +788,6 @@ i.mce-i-hr:before {
box-sizing: border-box;
}
.wp-editor-tools {
padding: 0;
}
.wp-editor-container textarea.wp-editor-area {
width: 100%;
margin: 0;