diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2011-12-21 18:42:51 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2011-12-21 18:42:51 +0100 |
commit | eca4822f0ad4733af64425c10b9edd1d7ca62772 (patch) | |
tree | 1f7684f00e053b80a6d0ffadf1aa147e4e9e2fc4 /skins | |
parent | 5cbb1c79abf94ffdd55f554c910da64cd9782503 (diff) | |
download | bugzilla-eca4822f0ad4733af64425c10b9edd1d7ca62772.tar.gz bugzilla-eca4822f0ad4733af64425c10b9edd1d7ca62772.tar.xz |
merged with bmo/4.0
Diffstat (limited to 'skins')
-rw-r--r-- | skins/custom/global.css | 7 |
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; +} |