Add required options in new poi form

This commit is contained in:
leosw
2021-06-04 20:16:25 +02:00
parent 896a022fce
commit 62dd5d4c5e
2 changed files with 12 additions and 6 deletions

View File

@@ -65,6 +65,7 @@ form.form h1 {
.flex_line {
display: flex;
flex-direction: row;
position: relative;
}
.flex_line > :first-child {
@@ -95,7 +96,11 @@ form.form input[type=submit] {
}
form.form input[type=radio] {
display: none;
position: absolute;
float: left;
opacity: 0%;
top: 50%;
left: 50%;
}
form.form input[type=radio]+label {
margin-top: 10px;