diff --git a/views/css/d.poi.css b/views/css/d.poi.css index 4b6eee4..de425b6 100755 --- a/views/css/d.poi.css +++ b/views/css/d.poi.css @@ -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; diff --git a/views/d.poi.edit.html b/views/d.poi.edit.html index 09d9376..4f50819 100755 --- a/views/d.poi.edit.html +++ b/views/d.poi.edit.html @@ -26,13 +26,6 @@ -
- - - - -
-
@@ -40,6 +33,13 @@
+
+ + + + +
+