summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/default
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2008-12-26 20:51:36 +0000
committerArtur Signell <artur.signell@itmill.com>2008-12-26 20:51:36 +0000
commit7894a8583d5006e777b1bee8ae300b708b2bcf93 (patch)
treef4aa5d8720bbe9bab40b5c2801f0b6a629e574ba /WebContent/ITMILL/themes/default
parentaa1dfdf833529867252847147f27a32807cd6ee8 (diff)
downloadvaadin-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.css2
-rw-r--r--WebContent/ITMILL/themes/default/styles.css2
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;
}