Convert the comment reply popup to a temp table row for consistency, add Quick Edit for comments, see #7435

git-svn-id: https://develop.svn.wordpress.org/trunk@9098 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-10-08 01:18:16 +00:00
parent 608a92c414
commit 8dd896218b
10 changed files with 357 additions and 206 deletions

View File

@@ -26,7 +26,8 @@ body > #upload-menu {
div#current-widgets, #postcustomstuff table, #your-profile fieldset,
a.page-numbers, #rightnow, div.dashboard-widget,
#dashboard-widgets p.dashboard-widget-links, .widefat {
#dashboard-widgets p.dashboard-widget-links, .widefat,
#replyrow #ed_reply_toolbar input {
border-color: #ccc;
}
@@ -63,7 +64,7 @@ li.widget-list-control-item h4.widget-title a,
li.widget-list-control-item, div.nav, .tablenav, #dashboard-widgets p.dashboard-widget-links,
.form-table tr, #poststuff h3, #replyhandle,
.login form, h3.info-box-title, #post-status-info, #edit-settings-wrap,
#wpbody-content .describe tr {
#wpbody-content .describe tr, #edithead, #replyhead {
background-color: #cfebf7;
}
@@ -860,7 +861,8 @@ div.star.select:hover {
/* inline editor */
.inline-editor input,
.inline-editor textarea {
.inline-editor textarea,
#replyrow input {
border-color: #ddd;
}
@@ -880,3 +882,8 @@ div.star.select:hover {
.inline-editor .quick-edit-save {
background-color: #CFEBF7;
}
#replyrow #ed_reply_toolbar input:hover {
border-color: #aaa;
background: #ddd;
}

View File

@@ -26,7 +26,8 @@ body > #upload-menu {
div#current-widgets, #postcustomstuff table, #your-profile fieldset,
a.page-numbers, #rightnow, div.dashboard-widget,
#dashboard-widgets p.dashboard-widget-links, .widefat {
#dashboard-widgets p.dashboard-widget-links, .widefat,
#replyrow #ed_reply_toolbar input {
border-color: #ccc;
}
@@ -63,7 +64,7 @@ li.widget-list-control-item h4.widget-title a,
li.widget-list-control-item, div.nav, .tablenav, #dashboard-widgets p.dashboard-widget-links,
.form-table tr, #poststuff h3, #replyhandle,
.login form, h3.info-box-title, #post-status-info, #edit-settings-wrap,
#wpbody-content .describe tr {
#wpbody-content .describe tr, #edithead, #replyhead {
background-color: #eaf3fa;
}
@@ -839,7 +840,8 @@ div.star.select:hover {
/* inline editor */
.inline-editor input,
.inline-editor textarea {
.inline-editor textarea,
#replyrow input {
border-color: #ddd;
}
@@ -859,3 +861,8 @@ div.star.select:hover {
.inline-editor .quick-edit-save {
background-color: #EAF3FA;
}
#replyrow #ed_reply_toolbar input:hover {
border-color: #aaa;
background: #ddd;
}