Re-organizing the poi editor form

This commit is contained in:
leosw
2020-05-18 10:16:09 +04:00
parent 4679eaa82a
commit 1589a33aaf
2 changed files with 17 additions and 15 deletions

View File

@@ -50,13 +50,16 @@ form.form input, form.form textarea, form.form input[type=radio]:checked+label,
}
form.form h1 input {
width: 58%;
margin: 10px 0 10px 0px;
flex: 2 !important;
font-size: 18px;
}
form.form h1 {
padding: 10px 0;
margin: 0 0 10px 0;
}
#locale {
width: 38%;
float: right;
flex: 1;
margin: 10px 5px 0 5px;
font-size: 17px;
}