From 4e10131a40ee71d0d10ff17adf2ec725d86bc59d Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Sun, 13 May 2012 12:35:28 -0400
Subject: [PATCH] Flipped compose options arrow (#1488474)
---
skins/larry/images/buttons.gif | 0
CHANGELOG | 1 +
skins/larry/styles.css | 2 +-
skins/larry/images/buttons.png | 0
skins/larry/mail.css | 8 ++++----
5 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index c68c626..cb97700 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Flipped compose options arrow (#1488474)
- Fix handling of large uuencode attachments (#1488473)
- Fix handling of "usemap" attribute (#1488472)
- Fix handling of some HTML tags e.g. IMG (#1488471)
diff --git a/skins/larry/images/buttons.gif b/skins/larry/images/buttons.gif
index f73e093..9ae334b 100644
--- a/skins/larry/images/buttons.gif
+++ b/skins/larry/images/buttons.gif
Binary files differ
diff --git a/skins/larry/images/buttons.png b/skins/larry/images/buttons.png
index 0e395ab..0d3b5cc 100644
--- a/skins/larry/images/buttons.png
+++ b/skins/larry/images/buttons.png
Binary files differ
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index a93dec6..885efc9 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 {
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index e297416..724c3d5 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1423,7 +1423,7 @@
}
.toolbar a.button.spellcheck.selected {
- background-position: left -1610px;
+ background-position: left -1580px;
color: #1978a1;
}
--
Gitblit v1.9.1