Flipped compose options arrow (#1488474)

pull/17/head
Thomas Bruederli 12 years ago committed by Thomas Bruederli
parent b3da048e39
commit 5cdc47a1ca

@ -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)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 34 KiB

@ -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 {

@ -1423,7 +1423,7 @@ ul.proplist li {
}
.toolbar a.button.spellcheck.selected {
background-position: left -1610px;
background-position: left -1580px;
color: #1978a1;
}

Loading…
Cancel
Save