mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Manage comments styling from mt. see #5985
git-svn-id: https://develop.svn.wordpress.org/trunk@7005 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+68
-33
@@ -1,9 +1,3 @@
|
||||
|
||||
a.delete:hover {
|
||||
background: #c00;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.plugins p {
|
||||
margin: 4px;
|
||||
padding: 0;
|
||||
@@ -182,26 +176,10 @@ select {
|
||||
padding: none;
|
||||
}
|
||||
|
||||
.submit a{
|
||||
.submit a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.unapproved {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.unapproved a:link {
|
||||
color: #b9bcff;
|
||||
}
|
||||
|
||||
.unapproved a:visited {
|
||||
color: #696dff;
|
||||
}
|
||||
|
||||
.unapproved a:hover {
|
||||
color: #009ef0;
|
||||
}
|
||||
|
||||
.approve {
|
||||
display: none;
|
||||
}
|
||||
@@ -300,16 +278,6 @@ input.disabled, textarea.disabled {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
input.delete:hover {
|
||||
background: #ce0000;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#deletebookmarks:hover {
|
||||
background: #ce0000;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#quicktags {
|
||||
background: #cee1ef;
|
||||
padding: 0;
|
||||
@@ -1345,3 +1313,70 @@ p#post-search {
|
||||
body.minwidth {
|
||||
min-width: 940px;
|
||||
}
|
||||
|
||||
ul.view-switch {
|
||||
float: right;
|
||||
list-style: none;
|
||||
margin: -28px 5px 0 0;
|
||||
}
|
||||
|
||||
ul.view-switch li {
|
||||
float: left;
|
||||
margin: 0;
|
||||
font-size: 12px;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
ul.view-switch li.current {
|
||||
background: #eaf3fa;
|
||||
border: none;
|
||||
-moz-border-radius-topleft: 3px;
|
||||
-khtml-border-top-left-radius: 3px;
|
||||
-webkit-border-top-left-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
-moz-border-radius-topright: 3px;
|
||||
-khtml-border-top-right-radius: 3px;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
}
|
||||
|
||||
ul.view-switch li.current a {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
#the-comment-list .comment a {
|
||||
color: #666;
|
||||
padding-bottom: 1px;
|
||||
border-bottom: 1px solid #ababab;
|
||||
}
|
||||
|
||||
#the-comment-list .comment a:hover {
|
||||
color: #d54e21;
|
||||
}
|
||||
|
||||
#the-comment-list .unapproved {
|
||||
background: #f0f0f0;
|
||||
}
|
||||
|
||||
#the-comment-list td.comment p.comment-author {
|
||||
margin-top: 0;
|
||||
margin-left: 0 ;
|
||||
}
|
||||
|
||||
#the-comment-list p.comment-author img {
|
||||
float: left;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
#the-comment-list td {
|
||||
vertical-align: top;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#the-comment-list td.comment {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
#the-comment-list td.comment p {
|
||||
margin-left: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user