diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-29 08:06:08 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-29 08:06:08 +0000 |
| commit | 6f4795b50686333d965f4291d62b9339794116a3 (patch) | |
| tree | cd46014f26aa991ccc078f92a221edf03b96ee64 | |
| parent | c992e96139386694c462bfde3ba3c9255b38ee38 (diff) | |
Better icon selection for preview headers toggle
git-svn-id: https://svn.roundcube.net/trunk@5927 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/larry/mail.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/skins/larry/mail.css b/roundcubemail/skins/larry/mail.css index f667acee8..3cccb384d 100644 --- a/roundcubemail/skins/larry/mail.css +++ b/roundcubemail/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 { |
