mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 07:35:39 +01:00
Twenty Thirteen: fix styling for comment moderation notice. Props SergeyBiryukov, fixes #24286.
git-svn-id: http://core.svn.wordpress.org/trunk@24202 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6898eba2f2
commit
55071e8328
@ -629,7 +629,8 @@ div.nav-menu > ul {
|
|||||||
|
|
||||||
.comment-metadata,
|
.comment-metadata,
|
||||||
.comment-content,
|
.comment-content,
|
||||||
.comment-list .reply {
|
.comment-list .reply,
|
||||||
|
.comment-awaiting-moderation {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2313,6 +2313,7 @@ footer.entry-meta {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.comment-metadata,
|
.comment-metadata,
|
||||||
|
.comment-awaiting-moderation,
|
||||||
.comment-content,
|
.comment-content,
|
||||||
.comment-list .reply {
|
.comment-list .reply {
|
||||||
float: right;
|
float: right;
|
||||||
@ -2343,7 +2344,6 @@ footer.entry-meta {
|
|||||||
|
|
||||||
.comment-awaiting-moderation {
|
.comment-awaiting-moderation {
|
||||||
color: #a2a2a2;
|
color: #a2a2a2;
|
||||||
margin: 20px 0 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-awaiting-moderation:before {
|
.comment-awaiting-moderation:before {
|
||||||
|
Loading…
Reference in New Issue
Block a user