From: John Ahlroos Date: Tue, 4 Sep 2012 15:00:22 +0000 (+0300) Subject: Fixed LoginForm textfield styles X-Git-Tag: 7.0.0.beta1~196 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e75e0db87de2b6011fce4406b9924b991f88ce67;p=vaadin-framework.git Fixed LoginForm textfield styles --- diff --git a/server/src/com/vaadin/ui/LoginForm.java b/server/src/com/vaadin/ui/LoginForm.java index abcc7ff607..f9213a66fe 100644 --- a/server/src/com/vaadin/ui/LoginForm.java +++ b/server/src/com/vaadin/ui/LoginForm.java @@ -169,11 +169,11 @@ public class LoginForm extends CustomComponent { + "
" + usernameCaption + "
" - + "
" + + "" + "
" + passwordCaption + "
" - + "
" + + "
" + "
" + loginButtonCaption + "
" + "")