summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-02-12 21:50:13 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-02-12 21:51:46 +0100
commitbbfeb3146f0e00bfcca69b97f353d06894e85fd5 (patch)
treea2205fe3da6b9a96ea3a379892f5cb8f60272036 /scss/custom.scss
parentd7d6e01e494d773ee345b11a2eb8d7b9e769438a (diff)
downloadIshtar-bbfeb3146f0e00bfcca69b97f353d06894e85fd5.tar.bz2
Ishtar-bbfeb3146f0e00bfcca69b97f353d06894e85fd5.zip
CSS: improve display of criteria filter
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/scss/custom.scss b/scss/custom.scss
index b877a1255..6ee7fb3cd 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -106,6 +106,11 @@ pre {
padding-bottom: 0;
}
+#advanced-search-info {
+ margin-bottom: 0;
+}
+
+.search-widget
#advanced-search-info .alert{
margin-bottom: 0.6rem;
}
@@ -125,7 +130,7 @@ pre {
}
.modal-body.body-scroll{
- max-height: calc(100vh - 300px);
+ max-height: calc(100vh - 270px);
overflow-y: auto;
}