Twenty Thirteen: fix styling for comment moderation notice. Props SergeyBiryukov, fixes #24286.
git-svn-id: https://develop.svn.wordpress.org/trunk@24202 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1b941a1872
commit
74855b64ed
|
@ -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