X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0c4cbda662502f05646a4e82f5d8f639b9183059..c9dedd9656ddfdb68ea23ccc41e4f273548a620a:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index ba976ff2b..7edc0cf9f 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -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; } } }