summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-03-13 09:34:55 +0200
committerLeif Åstrand <leif@vaadin.com>2012-03-13 09:34:55 +0200
commitf61e9202e1fcd543211f84b78d2445a482d0314b (patch)
treedbb9aac7b4b48f8e1ff720803f592489d6620db6 /WebContent/VAADIN
parentcc088b3f23e2538377e01ac89a864a11c1e5faca (diff)
downloadvaadin-framework-f61e9202e1fcd543211f84b78d2445a482d0314b.tar.gz
vaadin-framework-f61e9202e1fcd543211f84b78d2445a482d0314b.zip
Also limit error indicator width (#8313)
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r--WebContent/VAADIN/themes/base/formlayout/formlayout.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/formlayout/formlayout.css b/WebContent/VAADIN/themes/base/formlayout/formlayout.css
index 7f712ce28d..755a59bc89 100644
--- a/WebContent/VAADIN/themes/base/formlayout/formlayout.css
+++ b/WebContent/VAADIN/themes/base/formlayout/formlayout.css
@@ -14,6 +14,8 @@
.v-formlayout-captioncell {
text-align:right;
white-space: nowrap;
+}
+.v-formlayout-errorcell, .v-formlayout-captioncell {
width: 1px; /* Don't use any extra space */
}
.v-formlayout-captioncell .v-caption {