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:
mb863 2011-01-30 19:14:51 +00:00
parent 731d30343c
commit 32fed86027

View file

@ -4,16 +4,16 @@
/* CSS Document */ /* CSS Document */
/* <------ INDIVIDUAL CORE:OVERVIEW */ /* <------ INDIVIDUAL CORE:OVERVIEW */
#overview{ #overview {
clear: left; clear: left;
} }
.overview-value{ .overview-value {
display: inline; display: inline;
} }
div.overview-value :last-child{ div.overview-value :last-child {
margin-bottom: .2em; margin-bottom: .2em;
} }
.individual-overview{ .individual-overview {
font-size: 1em; font-size: 1em;
padding-bottom: 0; padding-bottom: 0;
line-height: 1.3em; line-height: 1.3em;
@ -22,16 +22,40 @@ div.overview-value :last-child{
width: 100%; width: 100%;
} }
/* <------ INDIVIDUAL TEMPORAL GRAPH */ /* <------ INDIVIDUAL TEMPORAL GRAPH */
#temporal-graph{ #temporal-graph {
float: right; float: right;
padding: 0 3px 20px 0; padding: 0 3px 20px 0;
background-color: #fff; background-color: #fff;
} }
#temporal-graph h3{ #temporal-graph h3 {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
#temporal-graph h3 img{ #temporal-graph h3 img {
padding-right: 10px; padding-right: 10px;
vertical-align: text-top; 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;
} }