From: Leif Åstrand Date: Fri, 17 Feb 2012 11:19:16 +0000 (+0200) Subject: Add v-paintable class name to the inputs in the login form (#8313) X-Git-Tag: 7.0.0.alpha2~434^2~32 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1fcf7ad444e2daad839c0f2b1e0b4aa6a91cf01c;p=vaadin-framework.git Add v-paintable class name to the inputs in the login form (#8313) --- diff --git a/src/com/vaadin/ui/LoginForm.java b/src/com/vaadin/ui/LoginForm.java index 7eaeb824c9..69c373cc7c 100644 --- a/src/com/vaadin/ui/LoginForm.java +++ b/src/com/vaadin/ui/LoginForm.java @@ -158,11 +158,11 @@ public class LoginForm extends CustomComponent { + "
" + usernameCaption + "
" - + "
" + + "" + "
" + passwordCaption + "
" - + "
" + + "
" + "
" + loginButtonCaption + "
" + "")