diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-03-16 13:02:15 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-03-16 13:02:15 +0200 |
commit | 9347946b70c9ae241daf3ca7926f472e4eea40b1 (patch) | |
tree | 096ce53b5c5dcd82bacd9ec38f77b76fc2ce5b71 /WebContent/VAADIN/themes | |
parent | 2dd0568f5bdd42c6385d80745e8e5680527d1223 (diff) | |
download | vaadin-framework-9347946b70c9ae241daf3ca7926f472e4eea40b1.tar.gz vaadin-framework-9347946b70c9ae241daf3ca7926f472e4eea40b1.zip |
Use box-sizing for v-view (#8313)
Diffstat (limited to 'WebContent/VAADIN/themes')
-rw-r--r-- | WebContent/VAADIN/themes/base/common/common.css | 2 |
1 files changed, 2 insertions, 0 deletions
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 |