From 3ca61bf7f2a691ba5e08a73f710ec47e8c149dba Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 3 Aug 2008 18:28:39 +0000 Subject: [PATCH] =?utf8?q?Bug=20448748:=20Error=20messages=20thrown=20shou?= =?utf8?q?ld=20have=20an=20HTML=20ID=20-=20Patch=20by=20Fr=C3=83=C2=A9d?= =?utf8?q?=C3=83=C2=A9ric=20Buclin=20=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- skins/standard/global.css | 4 ++++ template/en/default/global/user-error.html.tmpl | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) 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 fbab7625c4..09d40272cf 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1620,10 +1620,8 @@ -
- - [% error_message FILTER none %] - + + [% error_message FILTER none %]
-- 2.47.2