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

@ -35,3 +35,27 @@ div.overview-value :last-child{
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;
}