The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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 {
display: flex;
}
.flex-checkbox label {
color: $oil;
}
// Shard box
.checkbox {
transform: translate(-250%, 200%);
......@@ -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
.breadcrumb {
......@@ -241,7 +284,6 @@ input.searchFormKeepFilters {
}
// Footer
footer {
background: $brand-primary;
......@@ -305,3 +347,4 @@ footer {
.description-tab > table th {
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