Fixed margin top lists on search result page.
This commit is contained in:
parent
f320f1c567
commit
62676eb756
1 changed files with 9 additions and 1 deletions
|
@ -2414,7 +2414,7 @@ button.collapsible.active:focus {
|
||||||
font-family: IPH Astra Serif;
|
font-family: IPH Astra Serif;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
.virtualArticleWorks >div.virtualWorks >div.work {
|
.virtualArticleWorks >div.virtualWorks >div.work {
|
||||||
background-image: url(../images/bullet_icon.png);
|
background-image: url(../images/bullet_icon.png);
|
||||||
|
@ -2443,9 +2443,17 @@ button.collapsible.active:focus {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
.excerptSearchResult >a:hover {
|
||||||
|
color: #8B4513;
|
||||||
|
}
|
||||||
.virtualArticleBiblio >div.virtualBibliography {
|
.virtualArticleBiblio >div.virtualBibliography {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
.virtualArticleSwitch >label.switch {
|
||||||
|
font-family: IPH Astra Serif;
|
||||||
|
font-style: normal;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
.virtualArticleBiblio >div.virtualBibliography >div.bibliography {
|
.virtualArticleBiblio >div.virtualBibliography >div.bibliography {
|
||||||
background-image: url(../images/bullet_icon.png);
|
background-image: url(../images/bullet_icon.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
Loading…
Add table
Reference in a new issue