summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-05-13 18:35:28 +0200
committerThomas Bruederli <bruederli@kolabsys.com>2012-05-13 18:37:09 +0200
commit5cdc47a1ca96d91ef5fa60e9dd9589ede2a1e43d (patch)
tree8e276a580c5628ca0bcf36c0c1197be743f92fcc
parentb3da048e390ebd148a4fe5708ad2a0284f226bc4 (diff)
Flipped compose options arrow (#1488474)
-rw-r--r--CHANGELOG1
-rw-r--r--skins/larry/images/buttons.gifbin14091 -> 14090 bytes
-rw-r--r--skins/larry/images/buttons.pngbin34211 -> 34940 bytes
-rw-r--r--skins/larry/mail.css8
-rw-r--r--skins/larry/styles.css2
5 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 08d8cc68a..cc8b82d51 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 f73e09398..9ae334b4a 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 0e395ab34..0d3b5cc7a 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 94e210a7c..4fb3b723d 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 {
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index e297416ad..724c3d553 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1423,7 +1423,7 @@ ul.proplist li {
}
.toolbar a.button.spellcheck.selected {
- background-position: left -1610px;
+ background-position: left -1580px;
color: #1978a1;
}