diff options
author | thomascube <thomas@roundcube.net> | 2012-02-29 08:06:08 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-02-29 08:06:08 +0000 |
commit | feb59b0a202ee58f7e30e3522868cecb10eebc21 (patch) | |
tree | a07643d0447b8f8a70ce79bde3b0c8e29cb7fa9a /skins/larry/mail.css | |
parent | 8f77c03bd8276101b696b7321e61ea7b1c0c4263 (diff) |
Better icon selection for preview headers toggle
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index f667acee8..3cccb384d 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -709,11 +709,11 @@ h3.subject { } #previewheaderstoggle.iconlink.add { - background-position: -30px -241px; + background-position: -32px -227px; } #previewheaderstoggle.iconlink.remove { - background-position: -8px -241px; + background-position: -32px -242px; } #full-headers { @@ -783,7 +783,7 @@ div.hide-headers { } #messagepreviewheader .headers-table { - margin-left: 10px; + margin-left: 8px; } #messagepreviewheader h3.subject { |