Aleksander Machniak
2013-09-12 b403ede321b0ab24de08d66291d1b8c7d1c4c2e3
Fix attachment icon issue when rare font/language is used (#1489326)

Conflicts:

CHANGELOG
skins/larry/styles.css
3 files modified
9 ■■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
skins/classic/mail.css 1 ●●●● patch | view | raw | blame | history
skins/larry/styles.css 7 ●●●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Fix attachment icon issue when rare font/language is used (#1489326)
- Fix expanded thread root message styling after refreshing messages list (#1489327)
- Fix issue where From address was removed from Cc and Bcc fields when editing a draft (#1489319)
- Fix error_reporting directive check (#1489323)
skins/classic/mail.css
@@ -1568,6 +1568,7 @@
#compose-attachments ul li
{
  height: 18px;
  line-height: 16px;
  font-size: 11px;
  padding-left: 2px;
  padding-top: 2px;
skins/larry/styles.css
@@ -2199,12 +2199,13 @@
    display: block;
    color: #333;
    font-weight: bold;
    padding: 8px 4px 3px 30px;
    padding: 3px 4px 3px 30px;
    text-shadow: 0px 1px 1px #fff;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}
#compose-attachments ul li {
@@ -2222,9 +2223,9 @@
.attachmentslist li a.delete,
.attachmentslist li a.cancelupload {
    position: absolute;
    top: 6px;
    top: 4px;
    right: 0;
    width: 24px;
    width: 20px;
    height: 18px;
    padding: 0;
    text-decoration: none;