]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 365122: Success messages in userprefs.cgi shouldn't be red - Patch by FrédÃ...
authorlpsolit%gmail.com <>
Thu, 28 Dec 2006 08:43:15 +0000 (08:43 +0000)
committerlpsolit%gmail.com <>
Thu, 28 Dec 2006 08:43:15 +0000 (08:43 +0000)
skins/standard/global.css
template/en/default/account/prefs/prefs.html.tmpl

index 4d66f0e7f31fafb1fb475bf9d17d2487aa05bc11..b85a9e2773ce773e5571607246d89036c627a2a6 100644 (file)
@@ -58,7 +58,7 @@
 
     #message {
         border: 1px solid red;
-
+        margin: 0.3em 0em;
         padding: 0.3em;
         color: green;
     }
index bdab65e429487ed4221a9f7272a16a3b151a0477..5f163a89941c5a2a23de8b9aad45d807d5454b21 100644 (file)
 %]
 
 [% IF changes_saved %]
-  <p>
-    <font color="red">
-      The changes to your 
-      [% current_tab.label FILTER lower %] have been saved.
-    </font>
-  </p>
-  [% IF email_changes_saved %]
-    <p>
-      An email has been sent to both old and new email 
-      addresses to confirm the change of email address.
-    </p>
-  [% END %]
+  <div id="message">
+    The changes to your [% current_tab.label FILTER lower %] have been saved.
+
+    [% IF email_changes_saved %]
+      <p>
+        An email has been sent to both old and new email
+        addresses to confirm the change of email address.
+      </p>
+    [% END %]
+  </div>
 [% END %]
 
 <h3>[% current_tab.label %]</h3>