From d01246852950b1fbb4480618852fe7d154ec98fd Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Mon, 1 Jan 2018 22:12:26 +0100 Subject: shifts view: change breakpoints to fit more on smaller screens --- templates/user_shifts.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/user_shifts.html b/templates/user_shifts.html index e137210c..83458529 100644 --- a/templates/user_shifts.html +++ b/templates/user_shifts.html @@ -60,9 +60,9 @@ -
%room_select%
-
%type_select%
-
%filled_select%
+
%room_select%
+
%type_select%
+
%filled_select%
-- cgit v1.2.3-54-g00ecf From d3fd3c427d1f6f666ec3b2857104695df705eb70 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Mon, 1 Jan 2018 22:16:41 +0100 Subject: shifts view: add button to collapse the filters --- templates/user_shifts.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/user_shifts.html b/templates/user_shifts.html index 83458529..2fdade29 100644 --- a/templates/user_shifts.html +++ b/templates/user_shifts.html @@ -60,13 +60,22 @@
-
%room_select%
-
%type_select%
-
%filled_select%
+
+ +
+
%room_select%
+
%type_select%
+
%filled_select%
+

%task_notice%

+
+
-

%task_notice%

-- cgit v1.2.3-54-g00ecf