diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-30 22:20:34 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-30 22:20:34 -0600 |
commit | 8f3691d502555cd497af56999d3a657b096dfd15 (patch) | |
tree | 85c60371fd5e6cc305b406ca03a0c0b6ea9344ee | |
parent | 1f252f0609435b41ab085a24bafab94a0269052d (diff) |
Apply button style and hover effect to password reset button.
-rw-r--r-- | modules/user/views/login_ajax.html.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/user/views/login_ajax.html.php b/modules/user/views/login_ajax.html.php index 2416fe7a..a7530134 100644 --- a/modules/user/views/login_ajax.html.php +++ b/modules/user/views/login_ajax.html.php @@ -7,6 +7,8 @@ success: function(data) { $("div#gLoginView").html(data); $("#ui-dialog-title-gDialog").html(<?= t("Reset Password")->for_js() ?>); + $(".submit").addClass("g-button ui-state-default ui-corner-all"); + $(".submit").gallery_hover_init(); ajaxify_login_reset_form(); } }); |