summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-02-20 16:21:25 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2010-02-20 16:21:25 +0100
commitb9022b0d22f4f20815dfc946fd784a0db64fdc3c (patch)
tree5e4e82b5e73b5fff872dc6b66a3586e4ecea7c4f /skins
parent98e6bcc7940e86af7267c6a993afca221221809f (diff)
downloadbugzilla-b9022b0d22f4f20815dfc946fd784a0db64fdc3c.tar.gz
bugzilla-b9022b0d22f4f20815dfc946fd784a0db64fdc3c.tar.xz
Bug 373278: Add distinctive marking for security bugs in request.cgi
r=pyrzak a=LpSolit
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/buglist.css4
1 files changed, 2 insertions, 2 deletions
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;
}