diff --git a/views/css/d.poi.css b/views/css/d.poi.css index faebb1e..321f788 100755 --- a/views/css/d.poi.css +++ b/views/css/d.poi.css @@ -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; diff --git a/views/d.poi.edit.html b/views/d.poi.edit.html index f8843ad..649b63e 100755 --- a/views/d.poi.edit.html +++ b/views/d.poi.edit.html @@ -17,8 +17,9 @@
-

- + +

+ - + +
- +