X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d075fc4c1f3e7a17b4c71e7a06fd6cf318e0ef2f..81a6c7b7bebb06c2e9711451e6795f65b34d59ca:/public/stylesheets/ltr.css diff --git a/public/stylesheets/ltr.css b/public/stylesheets/ltr.css index 200889563..fc7c04226 100644 --- a/public/stylesheets/ltr.css +++ b/public/stylesheets/ltr.css @@ -92,16 +92,14 @@ html body { left: 15px } -/* Rules for OpenLayers maps */ +/* Rules for attribution text under the main map shown on printouts */ -#map { - left: 0px; - right: 2px; +.attribution_license { + text-align: left; } -#permalink { - left: 15px; - text-align: left; +.attribution_project { + text-align: right; } /* Rules for the popout map sidebar */ @@ -168,17 +166,17 @@ html body { /* Rules for the diary list */ -#diary_list img.user_thumbnail { +.diary_entry_list img.user_thumbnail { float: right; } /* Rules for the diary entry view */ -#diary_entry img.user_image { +.diary_entry_view img.user_image { float: right; } -#diary_entry img.user_thumbnail { +.diary_entry_view img.user_thumbnail { float: right; } @@ -206,11 +204,11 @@ form#termsForm input#agree { /* Rules for the user view */ -#user_details img.user_image { +.user_view img.user_image { float: right; } -#user_details .user_map { +.user_view .user_map { float: right; } @@ -227,6 +225,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;