From 41c69b0dbe82ed041e89811490a2e630cc76551f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 2 Jul 2011 18:33:00 +0100 Subject: [PATCH] Put the permalink in the right place with LTR languages --- public/stylesheets/common.css | 2 ++ public/stylesheets/ltr.css | 7 ------- public/stylesheets/rtl.css | 13 ------------- 3 files changed, 2 insertions(+), 20 deletions(-) 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 { -- 2.43.2