Thomas Bruederli
2012-05-13 5cdc47a1ca96d91ef5fa60e9dd9589ede2a1e43d
Flipped compose options arrow (#1488474)
5 files modified
11 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
skins/larry/images/buttons.gif patch | view | raw | blame | history
skins/larry/images/buttons.png patch | view | raw | blame | history
skins/larry/mail.css 8 ●●●● patch | view | raw | blame | history
skins/larry/styles.css 2 ●●● patch | view | raw | blame | history
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)
skins/larry/images/buttons.gif

skins/larry/images/buttons.png

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 {
skins/larry/styles.css
@@ -1423,7 +1423,7 @@
}
.toolbar a.button.spellcheck.selected {
    background-position: left -1610px;
    background-position: left -1580px;
    color: #1978a1;
}