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 | 0c579d023e4fb91be03c8a5c4f67da152fe373a7 (patch) | |
tree | 8986f5149dd2f627c46530e16acc64d285b57eee /scss | |
parent | b8fe730bde4a8c595557a5437d9d9d47c8bbb0e4 (diff) | |
download | Ishtar-0c579d023e4fb91be03c8a5c4f67da152fe373a7.tar.bz2 Ishtar-0c579d023e4fb91be03c8a5c4f67da152fe373a7.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; } |