summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
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
commit93486b4c08af232d95fde4cff372ddaf8c290925 (patch)
treeec9c9767e29588622d0e70c58fcf3bbd2b8e98de /scss
parent85fd89f8960a766615ac16cf445b958d2122032a (diff)
downloadIshtar-93486b4c08af232d95fde4cff372ddaf8c290925.tar.bz2
Ishtar-93486b4c08af232d95fde4cff372ddaf8c290925.zip
Fix display of QA form. Improve layout of criteria search.
Diffstat (limited to 'scss')
-rw-r--r--scss/custom.scss18
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%;