]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Additional fix for bug 252810: p1, critical not displayed in red when
authorkiko%async.com.br <>
Mon, 23 Aug 2004 23:20:02 +0000 (23:20 +0000)
committerkiko%async.com.br <>
Mon, 23 Aug 2004 23:20:02 +0000 (23:20 +0000)
groups are used for bug. Adding padlock image and fixing reference to it
(the branch doesn't have an images/ directory). r=myk, a2.18=myk.

css/buglist.css
padlock.png [new file with mode: 0644]

index 6051b95d9d2b07f6c8c294c1d0c474a917f9d921..8060a410a40d51582501d811850b6cb566c4df67 100644 (file)
@@ -44,7 +44,7 @@ tr.bz_even {
 /* we use a first-child class and not the pseudo-class because IE
  * doesn't support it :-( */
 tr.bz_secure td.first-child { 
-  background-image: url("../images/padlock.png");
+  background-image: url("../padlock.png");
   background-position: center left;
   background-repeat: no-repeat;
   background-color: inherit;
diff --git a/padlock.png b/padlock.png
new file mode 100644 (file)
index 0000000..3cf69e8
Binary files /dev/null and b/padlock.png differ