]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/style.css
Closing OSQA 35. Give admins and moderators an easy way to award karma points.
[osqa.git] / forum / skins / default / media / style / style.css
index 52978eaac26fc5cab15e61a4e9d5a57b5eb3f6da..360e47757b4b0f5369192dd37e1161402ff8bfe9 100644 (file)
@@ -780,7 +780,7 @@ span.form-error {
        margin-top: 10px;
        min-height: 20px;
        padding: 6px;
-       width: 100%;
+       width: 98%;
 }
 
 .preview-toggle {
@@ -1356,7 +1356,7 @@ div.comment-tools a:hover {
 .comment-form-buttons input {
     width: 100%;
     height: 22px;
-    vertical-align: center;
+    vertical-align: middle;
     margin-top: 6px;
 }
 
@@ -1375,4 +1375,18 @@ div.comment-tools a:hover {
 .moderation #action_status {
        font-weight: bold;
        text-align: center;
+}
+
+.moderation-table input[type=text], .moderation-table textarea {
+    width: 150px;
+    max-height: 50px;
+}
+
+.moderation-table th {
+    vertical-align: top;
+    text-align: left;
+}
+
+.moderation-table-footer {
+    text-align: right;
 }
\ No newline at end of file