]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/style.css
Show wiki css fixes.
[osqa.git] / forum / skins / default / media / style / style.css
index a9d2072874c7973a0cfd3307732186b5e5cc5ac1..a90868448d7449f28ad16bc4210cfdaf70fab568 100644 (file)
@@ -638,22 +638,6 @@ a.medal:hover {
        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;
@@ -1115,13 +1099,21 @@ ul.form-horizontal-rows li input {
        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 {
@@ -1176,6 +1168,16 @@ a.post-vote.down.on,a.post-vote.down:hover { background: url("../images/vote-arr
 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;