summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skins/standard/global.css4
-rw-r--r--template/en/default/global/user-error.html.tmpl6
2 files changed, 6 insertions, 4 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index a2d99a672..21512c421 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 fbab7625c..09d40272c 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1620,10 +1620,8 @@
<table cellpadding="20">
<tr>
- <td bgcolor="#ff0000">
- <font size="+2">
- [% error_message FILTER none %]
- </font>
+ <td id="error_msg" class="throw_error">
+ [% error_message FILTER none %]
</td>
</tr>
</table>