Enhance the editor on the Add/Edit Post screens, first run. Props avril, see #28328.
Built from https://develop.svn.wordpress.org/trunk@29049 git-svn-id: http://core.svn.wordpress.org/trunk@28837 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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: left;
|
||||
}
|
||||
|
||||
@@ -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 0 1px 15px;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
a.wp-switch-editor {
|
||||
font-size: 16px;
|
||||
line-height: 1em;
|
||||
|
||||
Reference in New Issue
Block a user