NIHVIVO-1884: Fixed: Over text on foaf:Person page is extending too far to the right

This commit is contained in:
mb863 2011-01-24 17:08:37 +00:00
parent a7264bc840
commit c0074b0ce8

View file

@ -35,6 +35,7 @@
margin-top: 35px; margin-top: 35px;
margin-bottom: 45px; margin-bottom: 45px;
position: relative; position: relative;
overflow: hidden;
} }
#individual-intro h1{ #individual-intro h1{
padding-bottom: 8px; padding-bottom: 8px;
@ -68,12 +69,14 @@
} }
#individual-intro-person #admin{ #individual-intro-person #admin{
margin-top: 37px; margin-top: 37px;
width: 70%;
} }
#individual-intro-person #individual-info{ #individual-intro-person #individual-info{
float: left; float: left;
width: 78%; width: 78%;
} }
#individual-intro-person .individual-overview{
width: 100%;
}
/* <------ INDIVIDUAL INTRO - LEFT SIDE CONTENT */ /* <------ INDIVIDUAL INTRO - LEFT SIDE CONTENT */
#share-contact{ #share-contact{
position: relative; position: relative;
@ -210,12 +213,11 @@ ul#individual-areas li:first-child{
} }
/* <------ SPARKLINES */ /* <------ SPARKLINES */
#sparklines-publications{ #sparklines-publications{
padding: 0 10px 45px 20px; padding: 0 10px 25px 30px;
margin-top: 30px; margin-top: 30px;
padding-top: 0; padding-top: 0;
position: absolute; float: right;
right: 0; background-color: #fff;
top: 0;
} }
#sparklines-publications h3{ #sparklines-publications h3{
padding-top: 10px; padding-top: 10px;