From: Matti Tahvonen Date: Wed, 29 Oct 2008 15:11:44 +0000 (+0000) Subject: error indicator element to correct place in form layout X-Git-Tag: 6.7.0.beta1~3901 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=34c8039b43ef15d3dd9e2550851374c21806ced6;p=vaadin-framework.git error indicator element to correct place in form layout svn changeset:5764/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/formlayout/formlayout.css b/WebContent/ITMILL/themes/default/formlayout/formlayout.css index 1a9040032b..b795e5c8ea 100644 --- a/WebContent/ITMILL/themes/default/formlayout/formlayout.css +++ b/WebContent/ITMILL/themes/default/formlayout/formlayout.css @@ -55,4 +55,8 @@ border: none; margin: 0; padding: 0; -} \ No newline at end of file +} + +.i-form .i-caption .i-required-field-indicator { + float: none; +} diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index b36fb7a45d..4f929c8fa9 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -705,6 +705,10 @@ input.i-modified, margin: 0; padding: 0; } + +.i-form .i-caption .i-required-field-indicator { + float: none; +} .i-gridlayout-margin-top { padding-top: 15px; }