summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-03-05 13:21:16 +0200
committerLeif Åstrand <leif@vaadin.com>2012-03-05 13:21:37 +0200
commit2e03e1abb108875e53eea83d426ad3b4dc301d8e (patch)
tree10f6c24ddf6a363fbedc6d0129eaf8028d8b5e82 /WebContent/VAADIN
parent39990a4045b4dd626db79ef5254c22ff8d590385 (diff)
downloadvaadin-framework-2e03e1abb108875e53eea83d426ad3b4dc301d8e.tar.gz
vaadin-framework-2e03e1abb108875e53eea83d426ad3b4dc301d8e.zip
Let the contents of sized form layouts use its size (#8313)
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r--WebContent/VAADIN/themes/base/formlayout/formlayout.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/formlayout/formlayout.css b/WebContent/VAADIN/themes/base/formlayout/formlayout.css
index 9566ff1663..384c3bace1 100644
--- a/WebContent/VAADIN/themes/base/formlayout/formlayout.css
+++ b/WebContent/VAADIN/themes/base/formlayout/formlayout.css
@@ -1,3 +1,9 @@
+.v-formlayout.v-has-width > table {
+ width: 100%;
+}
+.v-formlayout.v-has-height > table {
+ height: 100%;
+}
.v-formlayout-cell .v-errorindicator {
display: block;
}