diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-09-05 13:56:09 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-10-24 12:06:08 +0200 |
commit | 575a7fd93e52b750e323cde669e5a4c329ead978 (patch) | |
tree | ec9c9767e29588622d0e70c58fcf3bbd2b8e98de /scss | |
parent | 7998a1f6d3096b8a6a2d8bdb80d3034a68bc544d (diff) | |
download | Ishtar-575a7fd93e52b750e323cde669e5a4c329ead978.tar.bz2 Ishtar-575a7fd93e52b750e323cde669e5a4c329ead978.zip |
Fix display of QA form. Improve layout of criteria search.
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 18 |
1 files changed, 18 insertions, 0 deletions
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%; |