From: kiko%async.com.br <> Date: Mon, 23 Aug 2004 23:20:02 +0000 (+0000) Subject: Additional fix for bug 252810: p1, critical not displayed in red when X-Git-Tag: bugzilla-2.18rc3~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=542dcccbf03f7ca1c406f1312f07b41e67d26efe;p=thirdparty%2Fbugzilla.git Additional fix for bug 252810: p1, critical not displayed in red when 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. --- diff --git a/css/buglist.css b/css/buglist.css index 6051b95d9d..8060a410a4 100644 --- a/css/buglist.css +++ b/css/buglist.css @@ -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 index 0000000000..3cf69e80cb Binary files /dev/null and b/padlock.png differ