NIHVIVO-1492: Style external authentication in the VITRO core when active

This commit is contained in:
mb863 2010-12-21 15:11:50 +00:00
parent 1c0aa39da5
commit 0329dc7cc0
4 changed files with 38 additions and 17 deletions

View file

@ -9,10 +9,9 @@ $(document).ready(function(){
$('.focus').focus();
// fade out error alerts
//$('#error-alert').css('display', 'none');
//$('#error-alert).fadeIn(500);
});
$('section#error-alert').css('display', 'none').fadeIn(1500);
// fade out fash-message when user log out
$('section#flash-message').css('display', 'none').fadeIn(1500);
});