Change order in poi edit: coordinates before type selector

This commit is contained in:
leosw
2021-05-25 19:54:52 +02:00
parent 35281f4e30
commit 26ddc99766
2 changed files with 15 additions and 7 deletions

View File

@@ -68,6 +68,13 @@ form.form h1 {
flex-direction: row;
}
.flex_line > :first-child {
margin-left: 0 !important;
}
.flex_line > :last-child {
margin-right: 0 !important;
}
.flex_line input[type=text] {
flex: 1;
margin: 10px 5px 0 5px;
@@ -83,6 +90,7 @@ form.form input[type=radio] {
display: none;
}
form.form input[type=radio]+label {
margin-top: 10px;
font-size: 13px;
flex: 1;
text-align: center;