summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-09-12 11:25:42 +0200
committerAleksander Machniak <alec@alec.pl>2013-09-12 11:27:43 +0200
commitb403ede321b0ab24de08d66291d1b8c7d1c4c2e3 (patch)
tree779a7c38bf254bc70b58777d2d332d211d3c7d00 /skins
parente02bfe08315d8a7e60b587b716ac5db78a63ffd3 (diff)
Fix attachment icon issue when rare font/language is used (#1489326)
Conflicts: CHANGELOG skins/larry/styles.css
Diffstat (limited to 'skins')
-rw-r--r--skins/classic/mail.css1
-rw-r--r--skins/larry/styles.css7
2 files changed, 5 insertions, 3 deletions
diff --git a/skins/classic/mail.css b/skins/classic/mail.css
index 54673fe64..c2d3d3546 100644
--- a/skins/classic/mail.css
+++ b/skins/classic/mail.css
@@ -1568,6 +1568,7 @@ input.from_address
#compose-attachments ul li
{
height: 18px;
+ line-height: 16px;
font-size: 11px;
padding-left: 2px;
padding-top: 2px;
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 8bbd1d119..3ffded680 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -2199,12 +2199,13 @@ ul.toolbarmenu li span.conversation {
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 @@ ul.toolbarmenu li span.conversation {
.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;