text-align: center;
}
-.vote-notification {
- background-color: darkred;
- color: White;
- cursor: pointer;
- display: none;
- padding: 15px;
- position: absolute;
- text-align: center;
- z-index: 1;
-}
-
-.vote-notification a {
- color: White;
- text-decoration: underline;
-}
-
span.form-error {
color: #990000;
font-weight: normal;
padding-bottom: 10px;
}
-.post-controls {
+.post-controls, .tags-container {
font-size: 11px;
line-height: 12px;
margin-bottom: 5px;
min-width: 200px;
}
+.tags-container {
+ margin: 0 0 16px 0;
+}
+
+.post-controls {
+ float: left;
+}
+
#question-controls .tags { margin: 0 0 3px; }
.post-update-info {
a.accept-answer { background: url("../images/vote-accepted.png") no-repeat scroll center center transparent; }
a.accept-answer.on,a.accept-answer:hover { background: url("../images/vote-accepted-on.png") no-repeat scroll center center transparent; }
+.community-wiki {
+ font-size: 11px;
+ color: #333;
+ background: url("../images/wiki.png") no-repeat left center;
+ padding-left: 36px;
+ margin: 6px 0 18px 0;
+ min-height: 32px;
+ line-height: 15px;
+}
+
.post-score, .comments-char-left-count {
color: #777777;
font-family: Arial;