summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss20
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;
}