diff --git a/productMods/css/individual/individual-vivo.css b/productMods/css/individual/individual-vivo.css index cfe08745..7b983c71 100644 --- a/productMods/css/individual/individual-vivo.css +++ b/productMods/css/individual/individual-vivo.css @@ -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; } \ No newline at end of file