Merge wp_dashboard_recent_quickdrafts() into wp_dashboard_quick_press(). see #25824.
Built from https://develop.svn.wordpress.org/trunk@26221 git-svn-id: http://core.svn.wordpress.org/trunk@26129 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -3093,27 +3093,27 @@ form.initial-form.quickpress-open input#title {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#draft-list {
|
||||
#dashboard_quick_press .drafts ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#draft-list li {
|
||||
#dashboard_quick_press .drafts li {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
#draft-list li time {
|
||||
#dashboard_quick_press .drafts li time {
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
#draft-list p {
|
||||
#dashboard_quick_press .drafts p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#draft-list .draft-title {
|
||||
#dashboard_quick_press .draft-title {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#draft-list .draft-title a,
|
||||
#draft-list .draft-title time {
|
||||
#dashboard_quick_press .draft-title a,
|
||||
#dashboard_quick_press .draft-title time {
|
||||
float: left;
|
||||
margin: 0 5px 0 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user