NIHVIVO-2163: Added markup and styles for verbose mode in individual admin panel.

This commit is contained in:
mb863 2011-03-14 19:20:33 +00:00
parent 236b517105
commit 4d240f97d5
2 changed files with 14 additions and 0 deletions

View file

@ -5,4 +5,6 @@ $(document).ready(function(){
// "more"/"less" HTML truncator for showing more or less content in data property core:overview
$('.overview-value').truncate({max_length: 500});
// Change background color button when verbose mode is off
$('#verbosePropertyForm input#submit[value="Turn off"]').addClass("verbose-off")
});