From 8f3691d502555cd497af56999d3a657b096dfd15 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Wed, 30 Sep 2009 22:20:34 -0600 Subject: Apply button style and hover effect to password reset button. --- modules/user/views/login_ajax.html.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/user') 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(for_js() ?>); + $(".submit").addClass("g-button ui-state-default ui-corner-all"); + $(".submit").gallery_hover_init(); ajaxify_login_reset_form(); } }); -- cgit v1.2.3