Apply negative margins to all export inputs regardless of rtl
This commit is contained in:
parent
0c4cbda662
commit
c9dedd9656
1 changed files with 3 additions and 4 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue