Add new comment from post edit screen, partial props: garyc40, see #15527

git-svn-id: https://develop.svn.wordpress.org/trunk@20164 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2012-03-09 01:30:11 +00:00
parent 746cb153c1
commit 654e72714c
8 changed files with 120 additions and 91 deletions

View File

@@ -2400,7 +2400,6 @@ table.fixed {
width: 80px;
}
#commentsdiv .fixed .column-author,
#comments-form .fixed .column-author {
width: 20%;
}
@@ -2410,28 +2409,49 @@ table.fixed {
padding: 0;
}
#commentsdiv.postbox .inside .row-actions {
#commentsdiv .inside .row-actions {
line-height:18px;
}
#commentsdiv.postbox .inside td {
padding:1em 10px;
#commentsdiv .inside .column-author {
width: 25%;
}
#commentsdiv.postbox .inside .column-author {
width:33%;
#commentsdiv .column-comment p {
margin: 0.6em 0;
padding: 0;
}
#commentsdiv.postbox .inside p {
margin:6px 10px 8px;
#commentsdiv #replyrow td {
padding: 0;
}
#commentsdiv.postbox .column-comment p {
margin:0.6em 0;
#commentsdiv p {
padding: 8px 10px;
margin: 0;
}
#commentsdiv.postbox #replyrow td {
padding:0;
#commentsdiv #add-new-comment {
border-width: 0 0 1px;
border-style: none none solid;
}
#commentsdiv .comments-box {
border: 0 none;
}
#commentsdiv .comments-box thead th {
background: transparent;
padding: 0 7px 4px;
font-style: italic;
}
#commentsdiv .comments-box tr:last-child td {
border-bottom: 0 none;
}
#commentsdiv img.waiting {
padding-left: 5px;
}
.sorting-indicator {
@@ -3112,7 +3132,7 @@ div.tabs-panel-inactive {
#normal-sortables .postbox #replyrow .submit {
float: none;
margin: 0;
padding: 3px 7px;
padding: 0 7px 5px;
}
#side-sortables .submitbox .submit input,
@@ -3126,24 +3146,12 @@ div.tabs-panel-inactive {
margin: 11px 0;
}
#side-sortables .comments-box,
#normal-sortables .comments-box {
border: 0 none;
}
ul.category-tabs,
ul.add-menu-item-tabs,
ul.wp-tab-bar {
margin-top: 12px;
}
#side-sortables .comments-box thead th,
#normal-sortables .comments-box thead th {
background: transparent;
padding: 0 7px 4px;
font-style: italic;
}
ul.category-tabs li.tabs,
ul.add-menu-item-tabs li.tabs,
.wp-tab-active {
@@ -3151,10 +3159,6 @@ ul.add-menu-item-tabs li.tabs,
border-width: 1px 1px 0;
}
#commentsdiv img.waiting {
padding-left: 5px;
}
#post-body .category-tabs li.tabs,
#post-body .add-menu-item-tabs li.tabs {
border-style: solid none solid solid;