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

@@ -37,7 +37,6 @@
#titlediv {
position: relative;
margin-bottom: 10px;
}
#titlediv label {
@@ -337,7 +336,7 @@ td.plugin-title p {
background-color: #f7f7f7;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
cursor: row-resize;
z-index: 999;
}
#post-status-info td {
@@ -345,7 +344,7 @@ td.plugin-title p {
}
.autosave-info {
padding: 2px;
padding: 2px 10px;
text-align: right;
}
@@ -367,6 +366,18 @@ td.plugin-title p {
padding: 2px 10px;
}
#wp-content-editor-container {
position: relative;
}
#content-textarea-clone {
z-index: -1;
position: absolute;
top: 0;
visibility: hidden;
overflow: hidden;
}
#timestampdiv select {
height: 21px;
line-height: 14px;
@@ -1348,12 +1359,6 @@ table.links-table {
padding: 10px 20px;
}
#wp-content-editor-tools {
overflow: hidden;
padding: 20px 15px 1px 0;
top: 1px;
}
a.wp-switch-editor {
font-size: 16px;
line-height: 1em;