summaryrefslogtreecommitdiff
path: root/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
commita9b462138a544dabc7f372ae9a1d9fc978c7fe9b (patch)
treea2205fe3da6b9a96ea3a379892f5cb8f60272036 /scss
parent798346cfabb74200eb31d060349a4748ec4675f3 (diff)
downloadIshtar-a9b462138a544dabc7f372ae9a1d9fc978c7fe9b.tar.bz2
Ishtar-a9b462138a544dabc7f372ae9a1d9fc978c7fe9b.zip
CSS: improve display of criteria filter
Diffstat (limited to '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;
}