X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/ca88510e4dd14206f623cababfda1e8a9daf70d4..c4fa700661c2b69ae02eb282b25bb11d5ebc30f4:/forum/skins/default/media/style/style.css?ds=inline diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index 360e477..3084b55 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -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%; @@ -1364,29 +1368,51 @@ div.comment-tools a:hover { color: orange; } -.moderation { - background-color: #FFF380; - border: 1px solid darkred; - padding: 0 5px; +#ask-related-questions { + max-height: 150px; + overflow-y: auto; } -.moderation p { margin-bottom: 3px; } +div.dialog { + position: absolute; + background-color: #EEEEEE; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + -moz-box-shadow: 2px 2px 5px #3060A8; + -webkit-box-shadow: 2px 2px 5px #3060A8; +} -.moderation #action_status { - font-weight: bold; - text-align: center; +div.dialog .dialog-content { + padding: 12px 12px 37px 12px; +} + +div.dialog .dialog-buttons { + margin: 0px; + height: 25px; + text-align: center; + position: absolute; + bottom: 0px; + left: 0px; + width: 100%; } -.moderation-table input[type=text], .moderation-table textarea { - width: 150px; - max-height: 50px; +.dialog-yes, .dialog-no { + margin: 0 3px 5px 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + background-color: #3060A8; + color: white; + height: 20px; + line-height: 20px; + font-weight: bold; + border: 0; } -.moderation-table th { - vertical-align: top; - text-align: left; +div.dialog.confirm, div.dialog.warning { + text-align: center; } -.moderation-table-footer { - text-align: right; +div.dialog.confirm { + font-size: 140%; + font-weight: bold; } \ No newline at end of file