diff options
author | Artur Signell <artur.signell@itmill.com> | 2008-12-26 20:51:36 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2008-12-26 20:51:36 +0000 |
commit | 7894a8583d5006e777b1bee8ae300b708b2bcf93 (patch) | |
tree | f4aa5d8720bbe9bab40b5c2801f0b6a629e574ba /WebContent/ITMILL/themes/default | |
parent | aa1dfdf833529867252847147f27a32807cd6ee8 (diff) | |
download | vaadin-framework-7894a8583d5006e777b1bee8ae300b708b2bcf93.tar.gz vaadin-framework-7894a8583d5006e777b1bee8ae300b708b2bcf93.zip |
Test case and fix for #2407 - Caption missing for required field when using a non-default layout inside a Form
svn changeset:6357/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/default')
-rw-r--r-- | WebContent/ITMILL/themes/default/formlayout/formlayout.css | 2 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/ITMILL/themes/default/formlayout/formlayout.css b/WebContent/ITMILL/themes/default/formlayout/formlayout.css index 9175ceb9fc..50598dc7a9 100644 --- a/WebContent/ITMILL/themes/default/formlayout/formlayout.css +++ b/WebContent/ITMILL/themes/default/formlayout/formlayout.css @@ -74,6 +74,6 @@ font-weight: bold; } -.i-form .i-caption .i-required-field-indicator { +.i-formlayout-captioncell .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 7aaec3d898..d8ce92f8d5 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -762,7 +762,7 @@ input.i-modified, font-weight: bold; } -.i-form .i-caption .i-required-field-indicator { +.i-formlayout-captioncell .i-caption .i-required-field-indicator { float: none; } |