NIHVIVO-2163: refactor markup and styles for verbose property display for individual page

This commit is contained in:
manolobevia 2011-03-22 03:30:45 +00:00
parent 6c0b24b821
commit 903330afad
2 changed files with 15 additions and 11 deletions

View file

@ -6,5 +6,5 @@ $(document).ready(function(){
$('.overview-value').truncate({max_length: 500});
// Change background color button when verbose mode is off
$('#verbosePropertyForm input#submit[value="Turn off"]').addClass("verbose-off")
$('a#verbosePropertySwitch:contains("Turn off")').addClass('verbose-off');
});