From 5ae57198062365fa0e18ef42009f52934d58a23c Mon Sep 17 00:00:00 2001 From: alext Date: Tue, 2 Jan 2018 13:32:09 +0100 Subject: [PATCH] Enlarged the form filter buttons. --- src/application/views/backend/customers.php | 8 ++++---- src/application/views/backend/services.php | 8 ++++---- src/application/views/backend/users.php | 12 ++++++------ src/assets/css/backend.css | 4 +++- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/src/application/views/backend/customers.php b/src/application/views/backend/customers.php index 8c05394a..e588d4d3 100644 --- a/src/application/views/backend/customers.php +++ b/src/application/views/backend/customers.php @@ -29,16 +29,16 @@
- +
- -
- +
diff --git a/src/application/views/backend/services.php b/src/application/views/backend/services.php index f41a0fd1..ba33f6fd 100644 --- a/src/application/views/backend/services.php +++ b/src/application/views/backend/services.php @@ -40,10 +40,10 @@
- -
@@ -155,10 +155,10 @@
- -
diff --git a/src/application/views/backend/users.php b/src/application/views/backend/users.php index 7f3275cf..fba5ad81 100644 --- a/src/application/views/backend/users.php +++ b/src/application/views/backend/users.php @@ -51,10 +51,10 @@
- -
@@ -347,10 +347,10 @@
- -
@@ -502,10 +502,10 @@
- -
diff --git a/src/assets/css/backend.css b/src/assets/css/backend.css index e4001248..de31858e 100644 --- a/src/assets/css/backend.css +++ b/src/assets/css/backend.css @@ -225,7 +225,9 @@ body legend { } .backend-page .filter-records form .input-group-addon { - padding-top: 2px; + padding-top: 0; + padding-right: 0; + border-top: none; } .backend-page .filter-records form .key {