NIHVIVO-1315: Done more refactoring work on individual pages.
This commit is contained in:
parent
bd9a3e41a5
commit
4262389458
2 changed files with 14 additions and 2 deletions
|
@ -58,6 +58,12 @@
|
|||
}
|
||||
#individual-intro .individual-overview{
|
||||
margin-bottom: 30px;
|
||||
margin-top: 10px;
|
||||
display: inline;
|
||||
clear: both;
|
||||
}
|
||||
ul#links-additional{
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
/* <------ INDIVIDUAL INTRO FOR PERSON*/
|
||||
#individual-intro-person{
|
||||
|
@ -81,6 +87,7 @@
|
|||
float: left;
|
||||
padding-left: 0.5em;
|
||||
padding-right: 1.5em;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#share-contact h3{
|
||||
margin-top: 15px;
|
||||
|
@ -224,7 +231,7 @@ ul#individual-areas li:first-child{
|
|||
}
|
||||
/* <------ SPARKLINES */
|
||||
#sparklines-publications{
|
||||
padding: 0 10px 25px 30px;
|
||||
padding: 0 10px 35px 30px;
|
||||
padding-top: 0;
|
||||
float: right;
|
||||
background-color: #fff;
|
||||
|
@ -239,11 +246,15 @@ ul#individual-areas li:first-child{
|
|||
}
|
||||
/* <------ TEMPORAL GRAPH */
|
||||
#temporal-graph{
|
||||
padding: 0 3px 20px 0;
|
||||
background-color: #fff;
|
||||
/*
|
||||
position: absolute;
|
||||
padding: 0 3px 20px 10px;
|
||||
background-color: #fff;
|
||||
top: 0;
|
||||
right: 0;
|
||||
right: 0
|
||||
*/
|
||||
}
|
||||
#temporal-graph h3 img{
|
||||
padding-right: 10px;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<#-- Default individual profile page template -->
|
||||
|
||||
<section id="individual-intro" class="vcard" role="region">
|
||||
|
||||
<#-- Image -->
|
||||
<@p.imageLinks individual propertyGroups namespaces editable />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue