Worked on styling login widget for Wilma theme
This commit is contained in:
parent
a3b8550e29
commit
6196d46d60
2 changed files with 18 additions and 11 deletions
|
@ -2,10 +2,16 @@
|
|||
|
||||
$(document).ready(function(){
|
||||
|
||||
// login form is hidden by default; use JavaScript to reveal
|
||||
$("#loginFormAndLinks").show();
|
||||
// login form is hidden by default; use JavaScript to reveal
|
||||
$("#loginFormAndLinks").show();
|
||||
|
||||
// focus on email or newpassword field
|
||||
$('.focus').focus();
|
||||
// focus on email or newpassword field
|
||||
$('.focus').focus();
|
||||
|
||||
});
|
||||
|
||||
// fade out error alerts
|
||||
$('#errorAlert').css('display', 'none');
|
||||
$('#errorAlert').fadeIn(2900);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue