diff options
Diffstat (limited to 'skins/standard/buglist.css')
-rw-r--r-- | skins/standard/buglist.css | 4 |
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; } |