mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Merge wp_dashboard_recent_quickdrafts() into wp_dashboard_quick_press(). see #25824.
git-svn-id: https://develop.svn.wordpress.org/trunk@26221 602fd350-edb4-49c9-b593-d223f7449a82
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