Abbreviate long attachment file names with ellipsis (#1488499)

pull/17/head
Thomas Bruederli 12 years ago
parent b4a0b9285f
commit 7ae5432fbf

@ -1916,6 +1916,12 @@ ul.toolbarmenu li span.conversation {
text-shadow: 0px 1px 1px #fff;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#compose-attachments ul li {
padding-right: 28px;
}
.attachmentslist li a:hover {

Loading…
Cancel
Save