NIHVIVO-1315: Done a lot of clean up work on styles for properly render individual display pages.
This commit is contained in:
parent
9901ded0bc
commit
f8278ed47f
2 changed files with 10 additions and 9 deletions
|
@ -72,7 +72,7 @@
|
||||||
<h2>${relatedSubject.relatingPredicateDomainPublic} for ${relatedSubject.name}</h2>
|
<h2>${relatedSubject.relatingPredicateDomainPublic} for ${relatedSubject.name}</h2>
|
||||||
<p><a href="${relatedSubject.url}">← return to ${relatedSubject.name}</a></p>
|
<p><a href="${relatedSubject.url}">← return to ${relatedSubject.name}</a></p>
|
||||||
<#else>
|
<#else>
|
||||||
<h1 class="fn">
|
<h1 class="fn foaf-person">
|
||||||
<#-- Label -->
|
<#-- Label -->
|
||||||
${individual.name}
|
${individual.name}
|
||||||
|
|
||||||
|
|
|
@ -798,13 +798,20 @@ a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #2485AE;
|
background: #2485AE;
|
||||||
}
|
}
|
||||||
|
/* INDIVIDUAL INTRO FOR PERSON ------> */
|
||||||
|
.foaf-person{
|
||||||
|
padding-top: 60px;
|
||||||
|
}
|
||||||
/* INDIVIDUAL INTRO FOR ANY CLASS ------> */
|
/* INDIVIDUAL INTRO FOR ANY CLASS ------> */
|
||||||
|
#individual-intro{
|
||||||
|
width: 700px;
|
||||||
|
}
|
||||||
#individual-intro h1{
|
#individual-intro h1{
|
||||||
font-size: 1.375em;
|
font-size: 1.375em;
|
||||||
color: #2485ae;
|
color: #2485ae;
|
||||||
}
|
}
|
||||||
#individual-intro span.preferred-title{
|
#individual-intro span.preferred-title{
|
||||||
font-size: 1.125em;
|
font-size: .825em;
|
||||||
color: #5e6363;
|
color: #5e6363;
|
||||||
border-left: 1px solid #5e6363;
|
border-left: 1px solid #5e6363;
|
||||||
}
|
}
|
||||||
|
@ -906,15 +913,9 @@ ul#individual-areas li a{
|
||||||
}
|
}
|
||||||
/* INDIVIDUAL VISUALIZATION ------> */
|
/* INDIVIDUAL VISUALIZATION ------> */
|
||||||
#publications-visualization{
|
#publications-visualization{
|
||||||
margin-top: 35px;
|
border-left: 1px solid #edf0ed;
|
||||||
float: right;
|
|
||||||
width: 226px;
|
|
||||||
}
|
}
|
||||||
/* SPARKLINES ------> */
|
/* SPARKLINES ------> */
|
||||||
#sparklines-publications{
|
|
||||||
width: 184px;
|
|
||||||
padding: 0 20px 45px 20px;
|
|
||||||
}
|
|
||||||
#sparklines-publications h3{
|
#sparklines-publications h3{
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
color: #2485ae;
|
color: #2485ae;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue