]> source.dussan.org Git - vaadin-framework.git/commitdiff
error indicator element to correct place in form layout
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 29 Oct 2008 15:11:44 +0000 (15:11 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 29 Oct 2008 15:11:44 +0000 (15:11 +0000)
svn changeset:5764/svn branch:trunk

WebContent/ITMILL/themes/default/formlayout/formlayout.css
WebContent/ITMILL/themes/default/styles.css

index 1a9040032b36e9cd4c0c1e581785344f3fbcfef7..b795e5c8ea60f1e5895cc9fbc10e2ec8f0f908d7 100644 (file)
@@ -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;
+}
index b36fb7a45dd50a7ff1845fb4c23b6c3d551bdba4..4f929c8fa999a2ec34fd0775387df44b3cb4d3ea 100644 (file)
@@ -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;
 }