From 1bdd83b9e7b4a91b55c2129f0a2b5b749b8b882c Mon Sep 17 00:00:00 2001 From: Lucas van Lierop Date: Thu, 8 Dec 2016 15:28:42 +0000 Subject: [PATCH] Converted search type to selectbox which visually integrates with input field --- .../views/popups/group_details.html.twig | 14 +++++-- web/css/grouphub.css | 39 +++++++++++++------ web/js/scripts.js | 2 +- 3 files changed, 39 insertions(+), 16 deletions(-) diff --git a/app/Resources/views/popups/group_details.html.twig b/app/Resources/views/popups/group_details.html.twig index 2972532..3c776bb 100644 --- a/app/Resources/views/popups/group_details.html.twig +++ b/app/Resources/views/popups/group_details.html.twig @@ -63,7 +63,9 @@
- +
+ +
@@ -75,11 +77,15 @@ {% if is_granted('EDIT', group) %}