Index: openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/Attic/xowiki-bootstrap3-specific.css,v diff -u -N -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css 19 Nov 2019 12:15:16 -0000 1.1.2.4 +++ openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css 11 May 2020 14:05:51 -0000 1.1.2.5 @@ -99,6 +99,17 @@ } /* + * form error styling + */ +div.xowiki-content .content-with-folders div.form-widget, +div.xowiki-content .content-with-folders .form-help-text, +div.xowiki-content .content-with-folders .form-button, +div.xowiki-content .content-with-folders .form-widget-error, +div.xowiki-content .content-with-folders .form-error { + margin-left: 0em; +} + +/* * Local Variables: * mode: css * c-basic-offset: 4 Index: openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/Attic/xowiki-yui-specific.css,v diff -u -N -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css 19 Nov 2019 12:15:16 -0000 1.1.2.4 +++ openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css 11 May 2020 14:05:51 -0000 1.1.2.5 @@ -101,6 +101,17 @@ } /* + * form error styling + */ +div.xowiki-content .content-with-folders div.form-widget, +div.xowiki-content .content-with-folders .form-help-text, +div.xowiki-content .content-with-folders .form-button, +div.xowiki-content .content-with-folders .form-widget-error, +div.xowiki-content .content-with-folders .form-error { + margin-left: 0em; +} + +/* * Local Variables: * mode: css * c-basic-offset: 4 Index: openacs-4/packages/xowiki/www/resources/xowiki.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki.css,v diff -u -N -r1.64.2.8 -r1.64.2.9 --- openacs-4/packages/xowiki/www/resources/xowiki.css 21 Mar 2020 18:11:54 -0000 1.64.2.8 +++ openacs-4/packages/xowiki/www/resources/xowiki.css 11 May 2020 14:05:51 -0000 1.64.2.9 @@ -419,13 +419,6 @@ /*div.xowiki-content .content-with-folders div.form-label { width: 9em; }*/ -div.xowiki-content .content-with-folders div.form-widget, -div.xowiki-content .content-with-folders .form-help-text, -div.xowiki-content .content-with-folders .form-button, -div.xowiki-content .content-with-folders .form-widget-error, -div.xowiki-content .content-with-folders .form-error { - margin-left: 10em; -} div.xowiki-content .content-with-folders fieldset.compound-field .repeatable { margin-left: 1em;