summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/common/common.css
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-02-14 09:08:27 +0200
committerLeif Åstrand <leif@vaadin.com>2012-02-14 09:08:27 +0200
commita280d19e6eed88cc6e43136e61be11020c397702 (patch)
treede97c9fe53bdc2ced746a59269c8e2d8664a5346 /WebContent/VAADIN/themes/base/common/common.css
parent4bba7b05bb57bc0783a2d72b98a9fcfce681d35a (diff)
downloadvaadin-framework-a280d19e6eed88cc6e43136e61be11020c397702.tar.gz
vaadin-framework-a280d19e6eed88cc6e43136e61be11020c397702.zip
Form without own measuring (#8313)
Diffstat (limited to 'WebContent/VAADIN/themes/base/common/common.css')
-rw-r--r--WebContent/VAADIN/themes/base/common/common.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.css b/WebContent/VAADIN/themes/base/common/common.css
index 27bc57dd00..62780fcc8e 100644
--- a/WebContent/VAADIN/themes/base/common/common.css
+++ b/WebContent/VAADIN/themes/base/common/common.css
@@ -90,7 +90,14 @@ div.v-app-loading {
border: none;
padding: 0;
margin: 0;
+ height: 100%;
+}
+.v-form-content {
+ height: 100%;
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
}
+
/* Field modified */ /* Disabled by default
.v-modified,
.v-richtextarea.v-modified iframe.gwt-RichTextArea,