diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-05-13 18:35:28 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-05-13 18:35:28 +0200 |
commit | 4e10131a40ee71d0d10ff17adf2ec725d86bc59d (patch) | |
tree | 68ee8e7951d5ddf77c0ae339356349630575faa6 /skins/larry/mail.css | |
parent | 198d194d329fea2725454a5a8b071325990a4ac6 (diff) |
Flipped compose options arrow (#1488474)
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index a93dec668..885efc9c2 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -737,11 +737,11 @@ h3.subject { div.more-headers { cursor: pointer; height: 10px; - background: url(images/buttons.png) center -1579px no-repeat; + background: url(images/buttons.png) center -1619px no-repeat; } div.hide-headers { - background-position: center -1589px; + background-position: center -1629px; } #all-headers { @@ -1114,12 +1114,12 @@ div.message-part blockquote blockquote blockquote { left: 6px; width: 20px; height: 18px; - background: url(images/buttons.png) -3px -458px no-repeat; + background: url(images/buttons.png) -3px -1640px no-repeat; text-decoration: none; } #composeoptionstoggle.enabled { - background-position: -28px -458px; + background-position: -28px -1640px; } #composeview-bottom { |