From bc20ce8c21f7110b2801bb89e1bf10a3cd20b416 Mon Sep 17 00:00:00 2001 From: alext Date: Tue, 31 Oct 2017 11:52:25 +0100 Subject: [PATCH] Display corrections in the filter search input field of backend pages. --- src/application/views/backend/customers.php | 22 ++++++++------- src/application/views/backend/services.php | 19 +++++++++---- src/application/views/backend/users.php | 31 ++++++++++++++------- src/assets/css/backend.css | 5 ++-- 4 files changed, 48 insertions(+), 29 deletions(-) diff --git a/src/application/views/backend/customers.php b/src/application/views/backend/customers.php index 08d3765e..77389684 100644 --- a/src/application/views/backend/customers.php +++ b/src/application/views/backend/customers.php @@ -26,17 +26,19 @@
-
- -
+
+ -
- - + +
+ + +
+
diff --git a/src/application/views/backend/services.php b/src/application/views/backend/services.php index 4aefead2..8c9ba83e 100644 --- a/src/application/views/backend/services.php +++ b/src/application/views/backend/services.php @@ -35,11 +35,11 @@
-
- -
+
+ -
+ +
@@ -47,6 +47,8 @@
+
+

@@ -148,8 +150,11 @@
- -
+
+ + + +
@@ -157,6 +162,8 @@
+
+

diff --git a/src/application/views/backend/users.php b/src/application/views/backend/users.php index c9496a36..c1eac4af 100644 --- a/src/application/views/backend/users.php +++ b/src/application/views/backend/users.php @@ -46,10 +46,11 @@
-
- -
-
+
+ + + +
@@ -57,6 +58,8 @@
+
+

@@ -193,8 +196,11 @@
- -
+
+ + + +
@@ -202,6 +208,8 @@
+
+

@@ -484,10 +492,11 @@
-
- -
-
+
+ + + +
@@ -495,6 +504,8 @@
+
+

diff --git a/src/assets/css/backend.css b/src/assets/css/backend.css index fa794c07..8b1199de 100644 --- a/src/assets/css/backend.css +++ b/src/assets/css/backend.css @@ -212,9 +212,8 @@ body legend { margin-bottom: 20px; } -.backend-page .filter-records form { - height: 35px; - padding-top: 5px +.backend-page .filter-records form .input-group-addon { + padding-top: 2px; } .backend-page .filter-records form .key {