From 1589a33aaf0fcaea7a3cf9673fef08728f08a689 Mon Sep 17 00:00:00 2001 From: leosw Date: Mon, 18 May 2020 10:16:09 +0400 Subject: [PATCH] Re-organizing the poi editor form --- views/css/d.poi.css | 11 +++++++---- views/d.poi.edit.html | 21 ++++++++++----------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/views/css/d.poi.css b/views/css/d.poi.css index bafb218..7e3da08 100755 --- a/views/css/d.poi.css +++ b/views/css/d.poi.css @@ -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; } diff --git a/views/d.poi.edit.html b/views/d.poi.edit.html index 71d3049..cc3b072 100755 --- a/views/d.poi.edit.html +++ b/views/d.poi.edit.html @@ -13,7 +13,15 @@
-
+

+ + +

+
@@ -21,22 +29,13 @@
-

- - -

-
- +