added moderator label styles

This commit is contained in:
Tom Giannattasio
2012-09-28 07:27:57 -04:00
parent c787246c15
commit 10227e8cdf

View File

@@ -1557,6 +1557,18 @@ body.discussion {
}
}
.moderator-label {
margin-left: 2px;
padding: 0 4px;
border-radius: 2px;
background: #55dc9e;
font-size: 9px;
font-weight: 700;
font-style: normal;
color: white;
text-transform: uppercase;
}
.comment-form {
padding: 8px 20px;