]> git.openstreetmap.org Git - rails.git/commitdiff
Put the permalink in the right place with LTR languages
authorTom Hughes <tom@compton.nu>
Sat, 2 Jul 2011 17:33:00 +0000 (18:33 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 2 Jul 2011 17:33:00 +0000 (18:33 +0100)
public/stylesheets/common.css
public/stylesheets/ltr.css
public/stylesheets/rtl.css

index dd7265735125be5404a5f9ba08fc4e94b7f9f354..56cefd0a46ba05d1c3ac54b1134820aafc8966f9 100644 (file)
@@ -351,6 +351,8 @@ hr {
   z-index: 10000;
   position: absolute;
   bottom: 15px;
+  right: 15px;
+  text-align: right;
   font-size: smaller;
 }
 
index bc3db8dc04807ec0e06a25a4d658e4032c2c83a9..fc7c04226e074c6c8942fd0774f02735f480a167 100644 (file)
@@ -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 {
index 6547c6b4f3ba23db926b4dffc69ff9d979b1e07e..d9560041927fc7bced90773ae4df81c5c4e1c652 100644 (file)
@@ -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 {