Fixed search result headline and download icon.
This commit is contained in:
parent
787f64ab94
commit
b21826d1b1
1 changed files with 11 additions and 2 deletions
|
@ -1229,17 +1229,23 @@ input.search-homepage {
|
||||||
|
|
||||||
#limitedToClassGroup {
|
#limitedToClassGroup {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
#searchQueryResults {
|
#searchQueryResults {
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
font-family: "IPH Astra Serif";
|
font-family: "IPH Astra Serif";
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
color: #8B4513;
|
color: #8B4513;
|
||||||
border-bottom: 1px solid #8B4513;
|
display: inline-block;
|
||||||
padding-bottom: 6px;
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
img#downloadIcon {
|
||||||
|
display: inline;
|
||||||
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
#limitedToType {
|
#limitedToType {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.filter-default {
|
.filter-default {
|
||||||
|
@ -2561,6 +2567,9 @@ button.collapsible.metadataRubrics.active {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
}
|
}
|
||||||
|
.virtualArticleSwitch {
|
||||||
|
border-top: 1px solid #8B4513;
|
||||||
|
}
|
||||||
.virtualArticleSwitch >label.switch {
|
.virtualArticleSwitch >label.switch {
|
||||||
font-family: IPH Astra Serif;
|
font-family: IPH Astra Serif;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
Loading…
Add table
Reference in a new issue