more refactoring for multiple profile view support

This commit is contained in:
tworrall 2013-02-08 16:18:01 -05:00
parent 0faa3630c2
commit 867370adb9
26 changed files with 542 additions and 184 deletions

View file

@ -4,6 +4,12 @@ $(document).ready(function(){
$.extend(this, individualLocalName);
// ensures proper layout when an organization has its webpage link displayed as a thumnail.
if ( $('ul.webpages-withThumnails') ) {
$('div.individual-overview').css("float","left");
$('div#activeGrantsLink').css("margin-top","30px");
$('section#individual-info').children('h2#overview').css("clear","both");
}
// "more"/"less" HTML truncator for showing more or less content in data property core:overview
$('.overview-value').truncate({max_length: 500});