From 5cdc47a1ca96d91ef5fa60e9dd9589ede2a1e43d Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Sun, 13 May 2012 12:37:09 -0400
Subject: [PATCH] Flipped compose options arrow (#1488474)

---
 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 94e210a..4fb3b72 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -737,11 +737,11 @@
 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 @@
 	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 {

--
Gitblit v1.9.1