X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4f9992e31fc7e229120f8442e65e1e551822168f..78631eb0cc05881452aa71ddfa628573abe5e098:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index b392de1df..c05262b69 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1427,24 +1427,22 @@ p#contributorGuidance { /* Rules for forms */ -.submitButton { - text-align: center; -} +.standard-form fieldset { + margin-bottom: 20px; -.fieldName { - vertical-align: top; - font-weight: bold; - font-size: 12px; - line-height: 1.6666; - text-align: right; } -.submitButton { - text-align: right; +.standard-form label { + display: block; + width: 200px; + margin-right: 10px; + font-size: 14px; + font-weight: bold; + line-height: 1.5; } -.minorNote { - font-size: 12px; +.standard-form .form-row { + margin-bottom: 10px; } input[type="text"], @@ -1535,7 +1533,12 @@ ul.secondary-actions { /* Utility for general button styles */ +input[type="button"], +input[type="submit"], +input[type="reset"], a.button { + cursor: pointer; + border: 0; display: block; padding: 5px; min-width: 120px;