NIHVIVO-1315, NIHVIVO1316: Re-factored the markup and styles for individual pages. Also I have introduced an image placeholder for non person individuals.
This commit is contained in:
parent
7580db63e0
commit
c4d32307cc
4 changed files with 89 additions and 23 deletions
38
productMods/css/individual/individual-vivo.css
Normal file
38
productMods/css/individual/individual-vivo.css
Normal file
|
@ -0,0 +1,38 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
@charset "UTF-8";
|
||||
/* CSS Document */
|
||||
|
||||
/* <------ INDIVIDUAL CORE:OVERVIEW */
|
||||
#overview{
|
||||
clear: left;
|
||||
}
|
||||
.overview-value{
|
||||
display: inline;
|
||||
}
|
||||
div.overview-value :last-child{
|
||||
margin-bottom: .2em;
|
||||
}
|
||||
.individual-overview{
|
||||
font-size: 1em;
|
||||
padding-bottom: 0;
|
||||
line-height: 1.3em;
|
||||
padding-right: 10px;
|
||||
padding-top: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
/* <------ INDIVIDUAL TEMPORAL GRAPH */
|
||||
#temporal-graph{
|
||||
float: right;
|
||||
padding: 0 3px 20px 0;
|
||||
background-color: #fff;
|
||||
margin-top: -20px;
|
||||
}
|
||||
#temporal-graph h3{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#temporal-graph h3 img{
|
||||
padding-right: 10px;
|
||||
vertical-align: text-top;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue