From: Tom Hughes Date: Sat, 2 Jul 2011 17:33:00 +0000 (+0100) Subject: Put the permalink in the right place with LTR languages X-Git-Tag: live~6209 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/41c69b0dbe82ed041e89811490a2e630cc76551f Put the permalink in the right place with LTR languages --- diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index dd7265735..56cefd0a4 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -351,6 +351,8 @@ hr { z-index: 10000; position: absolute; bottom: 15px; + right: 15px; + text-align: right; font-size: smaller; } diff --git a/public/stylesheets/ltr.css b/public/stylesheets/ltr.css index bc3db8dc0..fc7c04226 100644 --- a/public/stylesheets/ltr.css +++ b/public/stylesheets/ltr.css @@ -92,13 +92,6 @@ html body { left: 15px } -/* Rules for OpenLayers maps */ - -#permalink { - left: 15px; - text-align: left; -} - /* Rules for attribution text under the main map shown on printouts */ .attribution_license { diff --git a/public/stylesheets/rtl.css b/public/stylesheets/rtl.css index 6547c6b4f..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,13 +93,6 @@ html body { right: 15px } -/* Rules for OpenLayers maps */ - -#permalink { - right: 15px; - text-align: right; -} - /* Rules for attribution text under the main map shown on printouts */ .attribution_license {