From 97856af73a3fa99d4119ef7400642b4503989ae0 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 28 Nov 2015 11:19:44 +0100 Subject: [PATCH] Changed the backend filter-records component appearance. --- src/application/views/backend/customers.php | 16 ++++---- src/application/views/backend/services.php | 30 ++++++++------- src/application/views/backend/users.php | 42 ++++++++++++--------- src/assets/css/backend.css | 8 ++++ 4 files changed, 58 insertions(+), 38 deletions(-) diff --git a/src/application/views/backend/customers.php b/src/application/views/backend/customers.php index 58fcc1a2..5ce6edb6 100644 --- a/src/application/views/backend/customers.php +++ b/src/application/views/backend/customers.php @@ -28,13 +28,15 @@
- - - + +
+ + +

lang->line('customers'); ?>

diff --git a/src/application/views/backend/services.php b/src/application/views/backend/services.php index 2f5f3327..b65ae51c 100644 --- a/src/application/views/backend/services.php +++ b/src/application/views/backend/services.php @@ -38,13 +38,15 @@
- - - + +
+ + +

lang->line('services'); ?>

@@ -134,12 +136,14 @@
- - +
+ + +

lang->line('categories'); ?>

diff --git a/src/application/views/backend/users.php b/src/application/views/backend/users.php index a9cdbb02..26571705 100644 --- a/src/application/views/backend/users.php +++ b/src/application/views/backend/users.php @@ -64,12 +64,14 @@
- - +
+ + +

lang->line('admins'); ?>

@@ -201,12 +203,14 @@
- - +
+ + +

lang->line('providers'); ?>

@@ -471,12 +475,14 @@
- - +
+ + +

lang->line('secretaries');?>

diff --git a/src/assets/css/backend.css b/src/assets/css/backend.css index 7e5c5a38..4125147a 100644 --- a/src/assets/css/backend.css +++ b/src/assets/css/backend.css @@ -323,6 +323,14 @@ body .form-horizontal .controls { margin-left: 158px; } +/* BACKEND COMPONENTS + -------------------------------------------------------------------- */ +.filter-records .key { + margin-right: 15px; + float: left; +} + + /* BACKEND CUSTOMERS PAGE -------------------------------------------------------------------- */ #customers-page h2 {