Fix comment manipulation on edit post screen. Props garyc40. fixes #15876

git-svn-id: https://develop.svn.wordpress.org/trunk@17113 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-12-22 19:03:43 +00:00
parent 84dfe07aa9
commit 9f9f401c42
11 changed files with 84 additions and 32 deletions

View File

@@ -1373,7 +1373,30 @@ table.fixed {
#comments-form .fixed .column-author {
width: 20%;
}
#commentsdiv.postbox .inside {
line-height:1.4em;
margin:0;
}
#commentsdiv.postbox .inside .row-actions {
line-height:18px;
}
#commentsdiv.postbox .inside td {
padding:1em 10px;
}
#commentsdiv.postbox .inside .column-comment p {
}
#commentsdiv.postbox .inside .column-author {
width:33%;
}
#commentsdiv.postbox .inside p {
margin:6px 10px 8px;
}
#commentsdiv.postbox .column-comment p {
margin:0.6em 0;
}
#commentsdiv.postbox #replyrow td {
padding:0;
}
.sorting-indicator {
display: none;
width: 7px;
@@ -3426,6 +3449,7 @@ span.imgedit-scale-warn {
#replysubmit {
margin: 0;
padding: 3px 7px;
text-align:center;
}
#replysubmit img.waiting,
@@ -3439,6 +3463,13 @@ span.imgedit-scale-warn {
margin-right: 5px;
}
#replysubmit .error {
color:red;
line-height:21px;
text-align:center;
vertical-align:center;
}
#replyrow #editor-toolbar {
display: none;
}