]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/style.css
fixes the problem of OSQA-234 - events had no titles. Uses the proper action describ...
[osqa.git] / forum / skins / default / media / style / style.css
index 52978eaac26fc5cab15e61a4e9d5a57b5eb3f6da..a8a43ae2a2c9b80e2562e91d74b60aa2f07ca109 100644 (file)
@@ -756,6 +756,10 @@ table.check-table td { padding-right: 50px; }
        margin: 0;
 }
 
+.small {
+       font-size: 11px;
+}
+
 span.form-error {
        color: #990000;
        font-size: 90%;
@@ -780,7 +784,7 @@ span.form-error {
        margin-top: 10px;
        min-height: 20px;
        padding: 6px;
-       width: 100%;
+       width: 98%;
 }
 
 .preview-toggle {
@@ -1356,7 +1360,7 @@ div.comment-tools a:hover {
 .comment-form-buttons input {
     width: 100%;
     height: 22px;
-    vertical-align: center;
+    vertical-align: middle;
     margin-top: 6px;
 }
 
@@ -1364,15 +1368,3 @@ div.comment-tools a:hover {
     color: orange;    
 }
 
-.moderation {
-       background-color: #FFF380;
-       border: 1px solid darkred;
-       padding: 0 5px;
-}
-
-.moderation p { margin-bottom: 3px; }
-
-.moderation #action_status {
-       font-weight: bold;
-       text-align: center;
-}
\ No newline at end of file