X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/599843c72db1f519daa085de69a19d9aa77332e2..6b8beb7d1a0b5dfdf4f7c8409ee814f9cf870cfb:/public/stylesheets/rtl.css?ds=sidebyside diff --git a/public/stylesheets/rtl.css b/public/stylesheets/rtl.css index dd4d0f51d..6547c6b4f 100644 --- a/public/stylesheets/rtl.css +++ b/public/stylesheets/rtl.css @@ -101,11 +101,6 @@ html body { /* Rules for OpenLayers maps */ -#map { - right: 0px; - left: 2px; -} - #permalink { right: 15px; text-align: right; @@ -185,17 +180,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 +218,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; }