Abbreviate long attachment file names with ellipsis (#1488499)

pull/12/head
Thomas Bruederli 13 years ago
parent 2d7b4ff03f
commit 96077f631e

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