X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d73a4efef0311ae7fe0afe4bd895d74ba4be2c4c..a1f73967a929a45e32d3b517ab5918c363714c97:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 9fbca6171..df2f40774 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -15,9 +15,15 @@ fieldset,img { border: 0; } legend { color: #000; } -sup { vertical-align: text-top; } +sup { + vertical-align: super; + font-size: smaller; +} -sub { vertical-align: text-bottom; } +sub { + vertical-align: sub; + font-size: smaller; +} table { border-collapse: collapse; @@ -783,6 +789,10 @@ nav.secondary { #attribution { display: none; + + table { + width: 100% + } } .attribution_license, @@ -974,6 +984,7 @@ header .search_forms, .search_results_error { color: #f00; + padding: 10px 20px; } /* Rules for routing */ @@ -2655,6 +2666,7 @@ input.richtext_title[type="text"] { &.open { background-position: 0px -80px; } &.partners { background-position: 0px -120px; } &.infringement { background-position: 0px -160px; } + &.legal { background-position: -45px -160px; } } }