diff options
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 |
commit | bbfeb3146f0e00bfcca69b97f353d06894e85fd5 (patch) | |
tree | a2205fe3da6b9a96ea3a379892f5cb8f60272036 /scss | |
parent | d7d6e01e494d773ee345b11a2eb8d7b9e769438a (diff) | |
download | Ishtar-bbfeb3146f0e00bfcca69b97f353d06894e85fd5.tar.bz2 Ishtar-bbfeb3146f0e00bfcca69b97f353d06894e85fd5.zip |
CSS: improve display of criteria filter
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 7 |
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; } |