From 34c8039b43ef15d3dd9e2550851374c21806ced6 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Wed, 29 Oct 2008 15:11:44 +0000 Subject: [PATCH] error indicator element to correct place in form layout svn changeset:5764/svn branch:trunk --- WebContent/ITMILL/themes/default/formlayout/formlayout.css | 6 +++++- WebContent/ITMILL/themes/default/styles.css | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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; } -- 2.39.5