From: Leif Åstrand Date: Fri, 17 Feb 2012 11:25:16 +0000 (+0200) Subject: Compensate text field height for border-box sizing (#8313) X-Git-Tag: 7.0.0.alpha2~434^2~31 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=52102d4dd8020b808748683bc6ba6d77143e9909;p=vaadin-framework.git Compensate text field height for border-box sizing (#8313) --- diff --git a/WebContent/VAADIN/themes/runo/textfield/textfield.css b/WebContent/VAADIN/themes/runo/textfield/textfield.css index f4ac207ea1..af4443c80f 100644 --- a/WebContent/VAADIN/themes/runo/textfield/textfield.css +++ b/WebContent/VAADIN/themes/runo/textfield/textfield.css @@ -12,7 +12,7 @@ input.v-textfield, input[type=text].v-textfield, textarea.v-textarea { font-size: 12px; - height: 16px; + height: 22px; padding: 2px; } textarea.v-textarea { @@ -39,7 +39,7 @@ input.v-textfield-small, input[type=text].v-textfield-small, textarea.v-textarea-small { font-size: 11px; - height: 14px; + height: 18px; line-height: 12px; padding: 1px 2px; } \ No newline at end of file