NIHVIVO-2163: refactor markup and styles for verbose property display for individual page
This commit is contained in:
parent
6c0b24b821
commit
903330afad
2 changed files with 15 additions and 11 deletions
|
@ -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');
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue