Fixed metadata styles.
This commit is contained in:
parent
647c939272
commit
edc5094a71
1 changed files with 38 additions and 4 deletions
|
@ -2364,7 +2364,7 @@ button.collapsible {
|
|||
background-color: #F6F6F6;
|
||||
/*border: 1px solid #F6F6F6 !important;*/
|
||||
outline: none;
|
||||
background-image: url(../images/arrow_down.png);
|
||||
background-image: url(../images/arrow-down-big.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 1% 50%;
|
||||
padding-left: 40px !important;
|
||||
|
@ -2387,6 +2387,9 @@ button.collapsible.active {
|
|||
-moz-appearance: none;
|
||||
border: 1px solid #F6F6F6;
|
||||
outline: none;
|
||||
background-image: url(../images/arrow-top-big.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 1% 50%;
|
||||
}
|
||||
button.collapsible.active:focus {
|
||||
background-color: #F6F6F6;
|
||||
|
@ -2531,6 +2534,7 @@ button.collapsible.metadataRubrics.active {
|
|||
font-family: "IPH Astra Serif";
|
||||
font-style: normal;
|
||||
font-size: 1.4rem;
|
||||
border-bottom: 1px solid #dde4e3;
|
||||
}
|
||||
.excerptSearchResult >a {
|
||||
font-family: IPH Astra Serif;
|
||||
|
@ -2685,10 +2689,16 @@ button.collapsible.active {
|
|||
.parentRubric >li {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.childRubric {
|
||||
.childRubric a {
|
||||
font-family: "IPH Astra Serif";
|
||||
font-size: 1.2rem;
|
||||
padding: 10px 10px 10px 10px !important;
|
||||
}
|
||||
.childRubric {
|
||||
list-style:none;
|
||||
border:none;
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
text-align:left;
|
||||
}
|
||||
.childRubric > a:hover {
|
||||
color: #8B4513;
|
||||
|
@ -2933,10 +2943,34 @@ p.snippet {
|
|||
margin-bottom: 10px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
.expandedContent li {
|
||||
padding: 5px;
|
||||
}
|
||||
.expandedContent a {
|
||||
font-family: "IPH Astra Serif";
|
||||
font-size: 1.2rem;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
.childArticle {
|
||||
list-style:none;
|
||||
border:none;
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
text-align:left;
|
||||
}
|
||||
.childArticle a {
|
||||
font-family: "IPH Astra Serif";
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
.childExcerpt {
|
||||
list-style:none;
|
||||
border:none;
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
text-align:left;
|
||||
}
|
||||
.childExcerpt a {
|
||||
font-family: "IPH Astra Serif";
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
/* -------------------------------------------------> */
|
||||
/* FONTS --------------------------------> */
|
||||
|
|
Loading…
Add table
Reference in a new issue