Index: branches/5.2.x/core/admin_templates/incs/style_template.css =================================================================== diff -u -N -r14598 -r14637 --- branches/5.2.x/core/admin_templates/incs/style_template.css (.../style_template.css) (revision 14598) +++ branches/5.2.x/core/admin_templates/incs/style_template.css (.../style_template.css) (revision 14637) @@ -516,11 +516,18 @@ border-top-width: 0px; } +.form-notice, .form-warning { + font-size: 11px; +} + .form-warning { color: red; - font-size: 11px; } +.form-notice { + color: green; +} + .priority { color: red; padding-left: 1px;