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