diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-12 19:27:25 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-12 19:27:25 +0100 |
commit | ed84d4a6dfe6a11f3ff99b4dad19d06130433281 (patch) | |
tree | 8986f5149dd2f627c46530e16acc64d285b57eee /scss | |
parent | bcc7f4d5317cbb1157ebc9d77a1dc8b4edf75796 (diff) | |
download | Ishtar-ed84d4a6dfe6a11f3ff99b4dad19d06130433281.tar.bz2 Ishtar-ed84d4a6dfe6a11f3ff99b4dad19d06130433281.zip |
Finds: manage all searches
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 4798291ea..b877a1255 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -106,6 +106,11 @@ pre { padding-bottom: 0; } +#advanced-search-info .alert{ + margin-bottom: 0.6rem; +} + + #modal-advanced-search .modal-header .alert-secondary{ background-color: $white; } @@ -114,8 +119,13 @@ pre { background-color: $gray-200; } +.modal-header .input-group-text{ + background-color: $gray-300; + border-color: $gray-400; +} + .modal-body.body-scroll{ - max-height: calc(100vh - 200px); + max-height: calc(100vh - 300px); overflow-y: auto; } @@ -576,6 +586,14 @@ ul.compact{ /* search */ +.search .form-group { + font-size: 0.9em; + margin-bottom: 0; +} +.search .search-widget { + margin-bottom: 1rem; +} + .search_button{ display: none; } |