From 26ddc997662ba70a63ed8aa378a3ccb30d8396c3 Mon Sep 17 00:00:00 2001 From: leosw Date: Tue, 25 May 2021 19:54:52 +0200 Subject: [PATCH] Change order in poi edit: coordinates before type selector --- views/css/d.poi.css | 8 ++++++++ views/d.poi.edit.html | 14 +++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) 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 @@
+
+ + + + +
+