X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d075fc4c1f3e7a17b4c71e7a06fd6cf318e0ef2f..aca299ecee9edee1f4affdd59a65f6ad34de6067:/public/stylesheets/rtl.css?ds=sidebyside diff --git a/public/stylesheets/rtl.css b/public/stylesheets/rtl.css index 428b63fed..dd4d0f51d 100644 --- a/public/stylesheets/rtl.css +++ b/public/stylesheets/rtl.css @@ -111,6 +111,16 @@ html body { text-align: right; } +/* Rules for attribution text under the main map shown on printouts */ + +.attribution_license { + text-align: right; +} + +.attribution_project { + text-align: left; +} + /* Rules for the popout map sidebar */ #sidebar { @@ -234,6 +244,10 @@ form#termsForm input#agree { text-align: left; } +.submitButton { + text-align: left; +} + input.openid_url { background: url('../images/openid_input.png') repeat-y right white; padding-right: 16px;