X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/aca299ecee9edee1f4affdd59a65f6ad34de6067..9c1a3e47086b53592aafa9452a2a666d5c972f0d:/public/stylesheets/rtl.css?ds=sidebyside diff --git a/public/stylesheets/rtl.css b/public/stylesheets/rtl.css index dd4d0f51d..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,18 +93,6 @@ html body { right: 15px } -/* Rules for OpenLayers maps */ - -#map { - right: 0px; - left: 2px; -} - -#permalink { - right: 15px; - text-align: right; -} - /* Rules for attribution text under the main map shown on printouts */ .attribution_license { @@ -185,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; } @@ -223,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; }