Fixed literature lists on search result page.
This commit is contained in:
parent
1aa245c6e1
commit
55f925de2e
1 changed files with 56 additions and 7 deletions
|
@ -570,7 +570,15 @@ ul#header-nav a.log-out {
|
||||||
|
|
||||||
}
|
}
|
||||||
.searchResultsHeader {
|
.searchResultsHeader {
|
||||||
width: unset !important;
|
width: 100%;
|
||||||
|
}
|
||||||
|
.searchResultsHeader >div#querybuilder-container {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
.searchResultsHeader >div#simple-search-container {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
#switch-to-extended-searchform {
|
#switch-to-extended-searchform {
|
||||||
border:none;
|
border:none;
|
||||||
|
@ -2241,8 +2249,8 @@ input.add-account:hover {
|
||||||
background: url(../images/addNewAccountOver.png) 0 center no-repeat;
|
background: url(../images/addNewAccountOver.png) 0 center no-repeat;
|
||||||
}
|
}
|
||||||
.disabledSubmit {
|
.disabledSubmit {
|
||||||
color: #ede ! important;
|
color: #000000 ! important;
|
||||||
background-color: #b2d15a ! important;
|
background-color: #DD9F00 ! important;
|
||||||
cursor: default ! important;
|
cursor: default ! important;
|
||||||
}
|
}
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
|
@ -2376,6 +2384,8 @@ 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-left: 30px;
|
||||||
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
.works >li {
|
.works >li {
|
||||||
font-family: IPH Astra Serif;
|
font-family: IPH Astra Serif;
|
||||||
|
@ -2400,17 +2410,48 @@ button.collapsible.active:focus {
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
.bibliography {
|
.virtualWorks {
|
||||||
padding-left: 40px;
|
|
||||||
font-family: IPH Astra Serif;
|
font-family: IPH Astra Serif;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: 1rem;
|
font-size: 1.2rem;
|
||||||
|
|
||||||
|
}
|
||||||
|
.virtualArticleWorks >div.virtualWorks >div.work {
|
||||||
|
background-image: url(../images/bullet_icon.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: left center;
|
||||||
|
margin-left: 30px;
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
.bibliography {
|
||||||
|
margin-left: 30px;
|
||||||
|
padding-left: 20px;
|
||||||
|
font-family: IPH Astra Serif;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
.bibliography_entry >p {
|
.bibliography_entry >p {
|
||||||
font-family: IPH Astra Serif;
|
font-family: IPH Astra Serif;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
.excerptSearchResult {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
.excerptSearchResult >a {
|
||||||
|
font-family: IPH Astra Serif;
|
||||||
|
font-style: normal;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
.virtualArticleBiblio >div.virtualBibliography {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
.virtualArticleBiblio >div.virtualBibliography >div.bibliography {
|
||||||
|
background-image: url(../images/bullet_icon.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: left center;
|
||||||
|
}
|
||||||
|
|
||||||
ul.dropdown li#user-menu a {
|
ul.dropdown li#user-menu a {
|
||||||
font-family: "Roboto";
|
font-family: "Roboto";
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
@ -2557,7 +2598,15 @@ button.collapsible.active {
|
||||||
display: list-item;
|
display: list-item;
|
||||||
list-style-image: url(../images/bullet_icon.png);
|
list-style-image: url(../images/bullet_icon.png);
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
|
}
|
||||||
|
#individual-intro.person #individual-info {
|
||||||
|
width:87%;
|
||||||
|
}
|
||||||
|
#share-contact {
|
||||||
|
width: 11%;
|
||||||
|
}
|
||||||
|
li.nonSelectedGroupTab {
|
||||||
|
background-color: #efe9d9;
|
||||||
}
|
}
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
/* FONTS --------------------------------> */
|
/* FONTS --------------------------------> */
|
||||||
|
|
Loading…
Add table
Reference in a new issue