From 575a7fd93e52b750e323cde669e5a4c329ead978 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 5 Sep 2018 13:56:09 +0200 Subject: Fix display of QA form. Improve layout of criteria search. --- scss/custom.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'scss/custom.scss') diff --git a/scss/custom.scss b/scss/custom.scss index e265b61e7..076522366 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -97,6 +97,24 @@ pre { font-weight: bold; } +#modal-advanced-search .modal-header{ + flex-wrap: wrap; + padding-bottom: 0; +} + +#modal-advanced-search .modal-header .alert-secondary{ + background-color: $white; +} + +.modal-header, .modal-footer{ + background-color: $gray-200; +} + +.modal-body.body-scroll{ + max-height: calc(100vh - 200px); + overflow-y: auto; +} + .modal-dialog.full { width: 98%; height: 98%; -- cgit v1.2.3