diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-09-12 11:25:42 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-09-12 11:25:42 +0200 |
commit | 44cb96ad6f75eb4a666067c062e8618b3f35fb60 (patch) | |
tree | a057953f63e65568b11771675d02f492d609c880 /skins/larry | |
parent | 7c494b677f9e470ee0d32e62cfa8dc709f39e748 (diff) |
Fix attachment icon issue when rare font/language is used (#1489326)
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/styles.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index d542768b7..4b238c163 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -2292,12 +2292,13 @@ ul.toolbarmenu li span.conversation { display: block; color: #333; font-weight: bold; - padding: 8px 15px 3px 30px; + padding: 3px 15px 3px 30px; text-shadow: 0px 1px 1px #fff; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + line-height: 20px; } .attachmentslist li a.drop { @@ -2326,9 +2327,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; |