]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 448748: Error messages thrown should have an HTML ID - Patch by Frédéric Buclin...
authorlpsolit%gmail.com <>
Sun, 3 Aug 2008 18:30:24 +0000 (18:30 +0000)
committerlpsolit%gmail.com <>
Sun, 3 Aug 2008 18:30:24 +0000 (18:30 +0000)
skins/standard/global.css
template/en/default/global/user-error.html.tmpl

index a2d99a67242e416639c77e63b7a4891956258369..21512c421a84278744fb9cb600b65068fb92f04d 100644 (file)
@@ -287,6 +287,10 @@ table#flags td {
     min-width: 3em;
 }
 
+#error_msg {
+    font-size: x-large;
+}
+
 .throw_error {
     background-color: #ff0000;
     color: black;
index d58988edf002fa6084e9db3ed7343aa3285e2822..e0db5991b4c99fa7a7643978c3160f5455537a49 100644 (file)
 
 <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>