NIHVIVO-1925: Moved css that references vivo-specific ontology properties into
individual-vivo.css in VIVO. Also, added space between selector name and opening bracket.
This commit is contained in:
parent
731d30343c
commit
32fed86027
1 changed files with 31 additions and 7 deletions
|
@ -4,16 +4,16 @@
|
|||
/* CSS Document */
|
||||
|
||||
/* <------ INDIVIDUAL CORE:OVERVIEW */
|
||||
#overview{
|
||||
#overview {
|
||||
clear: left;
|
||||
}
|
||||
.overview-value{
|
||||
.overview-value {
|
||||
display: inline;
|
||||
}
|
||||
div.overview-value :last-child{
|
||||
div.overview-value :last-child {
|
||||
margin-bottom: .2em;
|
||||
}
|
||||
.individual-overview{
|
||||
.individual-overview {
|
||||
font-size: 1em;
|
||||
padding-bottom: 0;
|
||||
line-height: 1.3em;
|
||||
|
@ -22,16 +22,40 @@ div.overview-value :last-child{
|
|||
width: 100%;
|
||||
}
|
||||
/* <------ INDIVIDUAL TEMPORAL GRAPH */
|
||||
#temporal-graph{
|
||||
#temporal-graph {
|
||||
float: right;
|
||||
padding: 0 3px 20px 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
#temporal-graph h3{
|
||||
#temporal-graph h3 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#temporal-graph h3 img{
|
||||
#temporal-graph h3 img {
|
||||
padding-right: 10px;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
/* <------ POSITIONS */
|
||||
ul#individual-personInPosition {
|
||||
list-style-type: circle;
|
||||
padding-left: 20px;
|
||||
}
|
||||
ul#individual-personInPosition li {
|
||||
line-height: 1em;
|
||||
}
|
||||
ul#individual-personInPosition li:last-child {
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
/* <------ RESEARCH AREA */
|
||||
ul#individual-hasResearchArea {
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
ul#individual-hasResearchArea li {
|
||||
float: left;
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
border-right: 1px solid #5e6363;
|
||||
}
|
||||
ul#individual-hasResearchArea li:first-child {
|
||||
padding-left: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue