summaryrefslogtreecommitdiffstats
path: root/skins/custom
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2011-12-21 18:42:51 +0100
committerDave Lawrence <dlawrence@mozilla.com>2011-12-21 18:42:51 +0100
commiteca4822f0ad4733af64425c10b9edd1d7ca62772 (patch)
tree1f7684f00e053b80a6d0ffadf1aa147e4e9e2fc4 /skins/custom
parent5cbb1c79abf94ffdd55f554c910da64cd9782503 (diff)
downloadbugzilla-eca4822f0ad4733af64425c10b9edd1d7ca62772.tar.gz
bugzilla-eca4822f0ad4733af64425c10b9edd1d7ca62772.tar.xz
merged with bmo/4.0
Diffstat (limited to 'skins/custom')
-rw-r--r--skins/custom/global.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/skins/custom/global.css b/skins/custom/global.css
index 3aee569f4..b2cbcc397 100644
--- a/skins/custom/global.css
+++ b/skins/custom/global.css
@@ -71,3 +71,10 @@ a.controller {
padding-left:1ex;
padding-bottom:1ex;
}
+
+.group_secure > th > a {
+ background-image: url("../../images/padlock.png");
+ background-position: center left;
+ background-repeat: no-repeat;
+ padding-left: 18px;
+}