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>
|
||||
<p><a href="${relatedSubject.url}">← return to ${relatedSubject.name}</a></p>
|
||||
<#else>
|
||||
<h1 class="fn">
|
||||
<h1 class="fn foaf-person">
|
||||
<#-- Label -->
|
||||
${individual.name}
|
||||
|
||||
|
|
|
@ -797,14 +797,21 @@ a {
|
|||
.admin h3{
|
||||
color: #fff;
|
||||
background: #2485AE;
|
||||
}
|
||||
/* INDIVIDUAL INTRO FOR PERSON ------> */
|
||||
.foaf-person{
|
||||
padding-top: 60px;
|
||||
}
|
||||
/* INDIVIDUAL INTRO FOR ANY CLASS ------> */
|
||||
#individual-intro{
|
||||
width: 700px;
|
||||
}
|
||||
#individual-intro h1{
|
||||
font-size: 1.375em;
|
||||
color: #2485ae;
|
||||
}
|
||||
#individual-intro span.preferred-title{
|
||||
font-size: 1.125em;
|
||||
font-size: .825em;
|
||||
color: #5e6363;
|
||||
border-left: 1px solid #5e6363;
|
||||
}
|
||||
|
@ -906,15 +913,9 @@ ul#individual-areas li a{
|
|||
}
|
||||
/* INDIVIDUAL VISUALIZATION ------> */
|
||||
#publications-visualization{
|
||||
margin-top: 35px;
|
||||
float: right;
|
||||
width: 226px;
|
||||
border-left: 1px solid #edf0ed;
|
||||
}
|
||||
/* SPARKLINES ------> */
|
||||
#sparklines-publications{
|
||||
width: 184px;
|
||||
padding: 0 20px 45px 20px;
|
||||
}
|
||||
#sparklines-publications h3{
|
||||
font-size: 1.25em;
|
||||
color: #2485ae;
|
||||
|
|
Loading…
Add table
Reference in a new issue