]> source.dussan.org Git - vaadin-framework.git/commitdiff
Also limit error indicator width (#8313)
authorLeif Åstrand <leif@vaadin.com>
Tue, 13 Mar 2012 07:34:55 +0000 (09:34 +0200)
committerLeif Åstrand <leif@vaadin.com>
Tue, 13 Mar 2012 07:34:55 +0000 (09:34 +0200)
WebContent/VAADIN/themes/base/formlayout/formlayout.css

index 7f712ce28dff3b179b1e54f985b278861c34f6e6..755a59bc8992b19e0c6a78f29dc2a631cc979195 100644 (file)
@@ -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 {