diff options
author | thomascube <thomas@roundcube.net> | 2012-04-11 12:52:51 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-04-11 12:52:51 +0000 |
commit | 1ba07f070998d32d115d90d0d73db2dca59c4690 (patch) | |
tree | ef33699e9788f5e068e24082397722803fcf907e /skins/larry/mail.css | |
parent | 21a0d919380dd56d0c051cfb8570f3e181c34a18 (diff) |
Allow mass-removal of addresses from a group (#1487748)
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 1310c30b9..857389576 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -748,11 +748,11 @@ h3.subject { div.more-headers { cursor: pointer; height: 10px; - background: url(images/buttons.png) center -1539px no-repeat; + background: url(images/buttons.png) center -1579px no-repeat; } div.hide-headers { - background-position: center -1549px; + background-position: center -1589px; } #all-headers { |