diff options
author | alecpl <alec@alec.pl> | 2012-02-27 10:00:00 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-02-27 10:00:00 +0000 |
commit | 9bd97cc7073dc381569d5a2563b1b93497ba36e1 (patch) | |
tree | 9d96d53d9c220980ac4d8a72ba81f4604fdfc6bf /skins/larry/mail.css | |
parent | 2c1937220e6e0eab0e527e6ebeec716a846afd70 (diff) |
- Improve headers toggle button
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index a396d89b8..4e3cb9c3e 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -699,17 +699,21 @@ h3.subject { padding-right: 12px; } -#messagepreviewheader .iconlink { - text-indent: -1000px; - padding: 1px 1px 1px 20px; +#previewheaderstoggle { + width: 16px; + height: 16px; + padding: 0; + margin-top: 5px; + position: absolute; + outline: none; } -#messagepreviewheader .iconlink.add { - background-position: -5px -359px; +#previewheaderstoggle.iconlink.add { + background-position: -30px -241px; } -#messagepreviewheader .iconlink.delete { - background-position: -5px -339px; +#previewheaderstoggle.iconlink.remove { + background-position: -8px -241px; } #full-headers { @@ -779,7 +783,7 @@ div.hide-headers { } #messagepreviewheader .headers-table { - margin: 0 -8px; + margin-left: 10px; } #messagepreviewheader h3.subject { |