NIHVIVO-1315: Done more refactoring work on individual pages.

This commit is contained in:
mb863 2011-01-25 15:54:18 +00:00
parent bd9a3e41a5
commit 4262389458
2 changed files with 14 additions and 2 deletions

View file

@ -58,6 +58,12 @@
} }
#individual-intro .individual-overview{ #individual-intro .individual-overview{
margin-bottom: 30px; margin-bottom: 30px;
margin-top: 10px;
display: inline;
clear: both;
}
ul#links-additional{
margin-bottom: 20px;
} }
/* <------ INDIVIDUAL INTRO FOR PERSON*/ /* <------ INDIVIDUAL INTRO FOR PERSON*/
#individual-intro-person{ #individual-intro-person{
@ -81,6 +87,7 @@
float: left; float: left;
padding-left: 0.5em; padding-left: 0.5em;
padding-right: 1.5em; padding-right: 1.5em;
margin-bottom: 20px;
} }
#share-contact h3{ #share-contact h3{
margin-top: 15px; margin-top: 15px;
@ -224,7 +231,7 @@ ul#individual-areas li:first-child{
} }
/* <------ SPARKLINES */ /* <------ SPARKLINES */
#sparklines-publications{ #sparklines-publications{
padding: 0 10px 25px 30px; padding: 0 10px 35px 30px;
padding-top: 0; padding-top: 0;
float: right; float: right;
background-color: #fff; background-color: #fff;
@ -239,11 +246,15 @@ ul#individual-areas li:first-child{
} }
/* <------ TEMPORAL GRAPH */ /* <------ TEMPORAL GRAPH */
#temporal-graph{ #temporal-graph{
padding: 0 3px 20px 0;
background-color: #fff;
/*
position: absolute; position: absolute;
padding: 0 3px 20px 10px; padding: 0 3px 20px 10px;
background-color: #fff; background-color: #fff;
top: 0; top: 0;
right: 0; right: 0
*/
} }
#temporal-graph h3 img{ #temporal-graph h3 img{
padding-right: 10px; padding-right: 10px;

View file

@ -3,6 +3,7 @@
<#-- Default individual profile page template --> <#-- Default individual profile page template -->
<section id="individual-intro" class="vcard" role="region"> <section id="individual-intro" class="vcard" role="region">
<#-- Image --> <#-- Image -->
<@p.imageLinks individual propertyGroups namespaces editable /> <@p.imageLinks individual propertyGroups namespaces editable />