more refactoring for multiple profile view support
This commit is contained in:
parent
0faa3630c2
commit
867370adb9
26 changed files with 542 additions and 184 deletions
|
@ -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});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue