From a280d19e6eed88cc6e43136e61be11020c397702 Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Tue, 14 Feb 2012 09:08:27 +0200 Subject: Form without own measuring (#8313) --- WebContent/VAADIN/themes/base/common/common.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'WebContent/VAADIN') 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, -- cgit v1.2.3