From b9022b0d22f4f20815dfc946fd784a0db64fdc3c Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 20 Feb 2010 16:21:25 +0100 Subject: Bug 373278: Add distinctive marking for security bugs in request.cgi r=pyrzak a=LpSolit --- skins/standard/buglist.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'skins') diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index 00614a6cf..039c1e56e 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -59,14 +59,14 @@ table.bz_buglist td, table.bz_buglist th { /* we use a first-child class and not the pseudo-class because IE * doesn't support it :-( */ -tr.bz_secure td.first-child { +tr.bz_secure td.first-child, a.bz_secure { background-image: url("../../images/padlock.png"); background-position: center left; background-repeat: no-repeat; background-color: inherit; } -th.first-child, td.first-child { +th.first-child, td.first-child, a.bz_secure { padding-left: 20px; } -- cgit v1.2.3-24-g4f1b