X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d075fc4c1f3e7a17b4c71e7a06fd6cf318e0ef2f..22594361d5abd2a6ee18e290058d9d39d7d761ec:/public/stylesheets/rtl.css diff --git a/public/stylesheets/rtl.css b/public/stylesheets/rtl.css index 428b63fed..d95600419 100644 --- a/public/stylesheets/rtl.css +++ b/public/stylesheets/rtl.css @@ -74,12 +74,6 @@ html body { padding-right: 215px; } -/* -#tabnav li { - float: right; -} -*/ - #tabnav a, #tabnav a:link, #tabnav a:visited { float: right; @@ -99,16 +93,14 @@ html body { right: 15px } -/* Rules for OpenLayers maps */ +/* Rules for attribution text under the main map shown on printouts */ -#map { - right: 0px; - left: 2px; +.attribution_license { + text-align: right; } -#permalink { - right: 15px; - text-align: right; +.attribution_project { + text-align: left; } /* Rules for the popout map sidebar */ @@ -175,17 +167,17 @@ html body { /* Rules for the diary list */ -#diary_list img.user_thumbnail { +.diary_entry_list img.user_thumbnail { float: left; } /* Rules for the diary entry view */ -#diary_entry img.user_image { +.diary_entry_view img.user_image { float: left; } -#diary_entry img.user_thumbnail { +.diary_entry_view img.user_thumbnail { float: left; } @@ -213,11 +205,11 @@ form#termsForm input#agree { /* Rules for the user view */ -#user_details img.user_image { +.user_view img.user_image { float: left; } -#user_details .user_map { +.user_view .user_map { float: left; } @@ -234,6 +226,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;