diff rhodecode/templates/password_reset.html @ 888:6b40654afa1e beta

css optimizations
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 29 Dec 2010 01:45:27 +0100
parents a1ec653f5f95
children 01eb7098681e
line wrap: on
line diff
--- a/rhodecode/templates/password_reset.html	Wed Dec 29 01:29:14 2010 +0100
+++ b/rhodecode/templates/password_reset.html	Wed Dec 29 01:45:27 2010 +0100
@@ -34,7 +34,7 @@
 			                        
 			            <div class="buttons">
 				            <div class="nohighlight">
-				              ${h.submit('send','Reset my password',class_="ui-button ui-widget ui-state-default ui-corner-all")}
+				              ${h.submit('send','Reset my password',class_="ui-button")}
 							  	<div class="activation_msg">${_('Your new password will be send to matching email address')}</div>
 				            </div>
 			            </div>