]> git.openstreetmap.org Git - rails.git/commitdiff
Avoid swapping min and max longitude in RTL mode
authorsuperDoss <shbtov@gmail.com>
Wed, 17 Oct 2018 19:37:18 +0000 (22:37 +0300)
committerTom Hughes <tom@compton.nu>
Wed, 17 Oct 2018 21:31:08 +0000 (22:31 +0100)
Closes #2027

app/assets/stylesheets/common.scss

index 56c4515d02a17b608b2f4eac86595c71443b8eb5..0314d7a7a4bed5ef6de24a2971aab4271154d34b 100644 (file)
@@ -1324,11 +1324,11 @@ tr.turn:hover {
     #maxlat { margin-top: -1px; }
     #minlon {
       float: left;
     #maxlat { margin-top: -1px; }
     #minlon {
       float: left;
-      margin-left: -1px;
+      /* no-r2 */ margin-left: -1px;
     }
     #maxlon {
       float: right;
     }
     #maxlon {
       float: right;
-      margin-right: -1px;
+      /* no-r2 */ margin-right: -1px;
     }
     #minlat { margin-bottom: 0; }
   }
     }
     #minlat { margin-bottom: 0; }
   }