Skip to content
Snippets Groups Projects
Commit 7ca58187 authored by Claas Kazzer's avatar Claas Kazzer :speech_balloon: Committed by Dorian Merz
Browse files

refs #15407 [fid_bbi] style fixes in advanced search box

* fixes advanced search box options in header (after having submitted a search)
* fixes shards label color on home page
* creates single border look for adv search options in header
parent 3b2ec904
No related merge requests found
...@@ -152,6 +152,10 @@ body { ...@@ -152,6 +152,10 @@ body {
display: flex; display: flex;
} }
.flex-checkbox label {
color: $oil;
}
// Shard box // Shard box
.checkbox { .checkbox {
transform: translate(-250%, 200%); transform: translate(-250%, 200%);
...@@ -197,6 +201,45 @@ input.searchFormKeepFilters { ...@@ -197,6 +201,45 @@ input.searchFormKeepFilters {
} }
} }
//// Advanced Search links in header
///// pull to right on Large
.navbar-form {
padding: 0;
///// transparentize border to avoid double border thickness
.tab-content {
border-color: transparent;
}
}
.adv_search_terms {
background-color: transparent;
border: 1px solid $snow;
color: $snow;
}
.adv_search_links {
border-bottom: 1px solid $snow;
border-left: 1px solid $snow;
border-right: 1px solid $snow;
color: $snow;
li {
display: table-cell;
}
a {
color: $snow;
}
// 768px and above as inline list
@media only screen and (min-width: $screen-sm-min) {
li {
border-right: 1px solid $snow;
}
}
}
// Breadcrumbs // Breadcrumbs
.breadcrumb { .breadcrumb {
...@@ -241,7 +284,6 @@ input.searchFormKeepFilters { ...@@ -241,7 +284,6 @@ input.searchFormKeepFilters {
} }
// Footer // Footer
footer { footer {
background: $brand-primary; background: $brand-primary;
...@@ -305,3 +347,4 @@ footer { ...@@ -305,3 +347,4 @@ footer {
.description-tab > table th { .description-tab > table th {
min-width: 13rem; min-width: 13rem;
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment