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

git-svn-id: http://svn.automattic.com/wordpress/trunk@17113 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2010-12-22 19:03:43 +00:00
parent ec8e5fe129
commit edc2f694ad
11 changed files with 84 additions and 32 deletions

File diff suppressed because one or more lines are too long

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;
}