From c0074b0ce835f9452ccef79f3f28e70929a541ed Mon Sep 17 00:00:00 2001 From: mb863 Date: Mon, 24 Jan 2011 17:08:37 +0000 Subject: [PATCH] NIHVIVO-1884: Fixed: Over text on foaf:Person page is extending too far to the right --- webapp/web/css/individual/individual.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/webapp/web/css/individual/individual.css b/webapp/web/css/individual/individual.css index a4a440bb7..a01da1872 100644 --- a/webapp/web/css/individual/individual.css +++ b/webapp/web/css/individual/individual.css @@ -35,6 +35,7 @@ margin-top: 35px; margin-bottom: 45px; position: relative; + overflow: hidden; } #individual-intro h1{ padding-bottom: 8px; @@ -68,12 +69,14 @@ } #individual-intro-person #admin{ margin-top: 37px; - width: 70%; } #individual-intro-person #individual-info{ float: left; width: 78%; } +#individual-intro-person .individual-overview{ + width: 100%; +} /* <------ INDIVIDUAL INTRO - LEFT SIDE CONTENT */ #share-contact{ position: relative; @@ -210,12 +213,11 @@ ul#individual-areas li:first-child{ } /* <------ SPARKLINES */ #sparklines-publications{ - padding: 0 10px 45px 20px; + padding: 0 10px 25px 30px; margin-top: 30px; padding-top: 0; - position: absolute; - right: 0; - top: 0; + float: right; + background-color: #fff; } #sparklines-publications h3{ padding-top: 10px;