From 337a5fd6abef53b251dad0af6b7b8d3e73044389 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 14 Feb 2016 17:44:25 -0500 Subject: [PATCH] Improve filter box design --- ChangeLog | 1 + Makefile | 2 +- app/Template/app/filters_helper.php | 4 +- app/Template/app/overview.php | 5 +- app/Template/project_header/header.php | 3 +- app/Template/project_header/search.php | 74 +++++++++++----------- app/Template/search/index.php | 5 +- assets/css/app.css | 2 +- assets/css/src/filters.css | 87 +++++++++++--------------- assets/css/src/responsive.css | 20 ------ assets/css/src/views.css | 34 ++++++++++ 11 files changed, 120 insertions(+), 117 deletions(-) create mode 100644 assets/css/src/views.css diff --git a/ChangeLog b/ChangeLog index db0310ad5..5a1d3331b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ New features: Improvements: +* Improve filter box design * Improve image thumbnails and files table * Add confirmation inline popup to remove custom filter * Increase client_max_body_size value for Nginx diff --git a/Makefile b/Makefile index a4c009b54..3e05f29c9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BUILD_DIR = /tmp -CSS_APP = $(addprefix assets/css/src/, $(addsuffix .css, base links title table form button alert tooltip header board task comment subtask markdown listing activity dashboard pagination popover confirm sidebar responsive dropdown upload filters gantt project files)) +CSS_APP = $(addprefix assets/css/src/, $(addsuffix .css, base links title table form button alert tooltip header board task comment subtask markdown listing activity dashboard pagination popover confirm sidebar responsive dropdown upload filters gantt project files views)) CSS_PRINT = $(addprefix assets/css/src/, $(addsuffix .css, print links table board task comment subtask markdown)) CSS_VENDOR = $(addprefix assets/css/vendor/, $(addsuffix .css, jquery-ui.min jquery-ui-timepicker-addon.min chosen.min fullcalendar.min font-awesome.min c3.min)) diff --git a/app/Template/app/filters_helper.php b/app/Template/app/filters_helper.php index e4cbb942e..c16c22518 100644 --- a/app/Template/app/filters_helper.php +++ b/app/Template/app/filters_helper.php @@ -1,6 +1,6 @@ hook->render('template:app:filters-helper:before', isset($project) ? array('project' => $project) : array()) ?> -