From: Leif Åstrand Date: Fri, 16 Mar 2012 11:02:15 +0000 (+0200) Subject: Use box-sizing for v-view (#8313) X-Git-Tag: 7.0.0.alpha2~300^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9347946b70c9ae241daf3ca7926f472e4eea40b1;p=vaadin-framework.git Use box-sizing for v-view (#8313) --- diff --git a/WebContent/VAADIN/themes/base/common/common.css b/WebContent/VAADIN/themes/base/common/common.css index 62780fcc8e..41184f579c 100644 --- a/WebContent/VAADIN/themes/base/common/common.css +++ b/WebContent/VAADIN/themes/base/common/common.css @@ -35,6 +35,8 @@ div.v-app-loading { margin-top: -1px; border-top: 1px solid transparent; position: relative; + box-sizing: border-box; + -moz-box-sizing: border-box; } /** * Try to handle printing somehow. Reasonable printing support