From: lpsolit%gmail.com <> Date: Sun, 3 Aug 2008 18:30:24 +0000 (+0000) Subject: Bug 448748: Error messages thrown should have an HTML ID - Patch by Frédéric Buclin... X-Git-Tag: bugzilla-3.2rc1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53e402187827020286b92eaaa980aed78c5a32cf;p=thirdparty%2Fbugzilla.git Bug 448748: Error messages thrown should have an HTML ID - Patch by Frédéric Buclin r/a=mkanat --- diff --git a/skins/standard/global.css b/skins/standard/global.css index a2d99a6724..21512c421a 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -287,6 +287,10 @@ table#flags td { min-width: 3em; } +#error_msg { + font-size: x-large; +} + .throw_error { background-color: #ff0000; color: black; diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index d58988edf0..e0db5991b4 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1628,10 +1628,8 @@ -
- - [% error_message FILTER none %] - + + [% error_message FILTER none %]