From: Leif Åstrand Date: Tue, 21 Feb 2012 13:40:20 +0000 (+0200) Subject: Use full width without messing with box-sizing (#8313) X-Git-Tag: 7.0.0.alpha2~434^2~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=32faee8c4e167fcf1ac0b2dc5054bd1b6031b06a;p=vaadin-framework.git Use full width without messing with box-sizing (#8313) --- diff --git a/WebContent/VAADIN/themes/reindeer/datefield/datefield.css b/WebContent/VAADIN/themes/reindeer/datefield/datefield.css index 574a4973bf..ef0d1b9050 100644 --- a/WebContent/VAADIN/themes/reindeer/datefield/datefield.css +++ b/WebContent/VAADIN/themes/reindeer/datefield/datefield.css @@ -226,13 +226,7 @@ td.v-datefield-calendarpanel-nextyear { background: rgba(255,255,255,.95); } .v-datefield-textfield { - width: 100%; - box-sizing: border-box; - -moz-box-sizing: border-box; -} -.v-datefield.v-undefined-width > .v-datefield-textfield { - box-sizing: content-box; - -moz-box-sizing: content-box; + display: block; /* Fill full width */ } .v-datefield-year.v-undefined-width > .v-datefield-textfield { width: 4em;