]> source.dussan.org Git - vaadin-framework.git/commitdiff
Use full width without messing with box-sizing (#8313)
authorLeif Åstrand <leif@vaadin.com>
Tue, 21 Feb 2012 13:40:20 +0000 (15:40 +0200)
committerLeif Åstrand <leif@vaadin.com>
Tue, 21 Feb 2012 13:40:20 +0000 (15:40 +0200)
WebContent/VAADIN/themes/reindeer/datefield/datefield.css

index 574a4973bf8d719a33e050b02474e30159615086..ef0d1b90501c676d25d63bb7d5b8d900b57541aa 100644 (file)
@@ -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;