diff -r fe5aad04f08b -r ce19b0a05db3 web/views/basetemplates.py --- a/web/views/basetemplates.py Wed Feb 17 09:13:00 2010 +0100 +++ b/web/views/basetemplates.py Wed Feb 17 09:13:49 2010 +0100 @@ -472,7 +472,7 @@ __password = ff.StringField('__password', label=_('password'), widget=fw.PasswordSingleInput({'class': 'data'})) form_buttons = [fw.SubmitButton(label=_('log in'), - attrs={'class': 'loginButton right'})] + attrs={'class': 'loginButton'})] @property def action(self):