X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/225fdd75627b9b01e90be86c4f813da0caafb4ab..ca88510e4dd14206f623cababfda1e8a9daf70d4:/forum/skins/default/media/style/style.css?ds=sidebyside diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index f2882da..360e477 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -21,7 +21,10 @@ h1,h2,h3,ul,li,form,img,p { padding: 0; } -label { vertical-align: middle; } +label {vertical-align: middle;} + +.login label {display: block;} +.login .form-row-vertical {margin-bottom: 8px;} hr { border-color: #CCCCCE -moz-use-text-color -moz-use-text-color; @@ -337,16 +340,17 @@ blockquote { .questions-count { color: #A40000; font-family: sans-serif; - font-size: 32px; + font-size: 24px; font-weight: 600; margin-top: 3px; + margin-right: 5px; padding: 0 0 5px 0; } .boxA { - background: none repeat scroll 0 0 #888A85; - margin-bottom: 8px; - padding: 6px; + background: none repeat scroll 0 0 #888A85; + margin-bottom: 8px; + padding: 6px; } .boxA h3 { @@ -776,7 +780,7 @@ span.form-error { margin-top: 10px; min-height: 20px; padding: 6px; - width: 100%; + width: 98%; } .preview-toggle { @@ -1352,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; } @@ -1371,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