]> git.openstreetmap.org Git - rails.git/commitdiff
Apply negative margins to all export inputs regardless of rtl
authorAnton Khorev <tony29@yandex.ru>
Mon, 8 Apr 2024 16:29:00 +0000 (19:29 +0300)
committerAnton Khorev <tony29@yandex.ru>
Mon, 8 Apr 2024 16:29:00 +0000 (19:29 +0300)
app/assets/stylesheets/common.scss

index ba976ff2b8996e352ae43ca2a8e1fa31a7433b4c..7edc0cf9fdacb967f8f27854ae1015ff69e72248 100644 (file)
@@ -693,16 +693,15 @@ tr.turn:hover {
   .export_boxy {
     background: $lightgrey;
 
-    #maxlat { margin-top: -1px; }
+    > * {
+        margin: -1px;
+    }
     #minlon {
       float: left;
-      /*rtl:ignore*/ margin-left: -1px;
     }
     #maxlon {
       float: right;
-      /*rtl:ignore*/ margin-right: -1px;
     }
-    #minlat { margin-bottom: -1px; }
   }
 }