history: ellipsize long file names

This commit is contained in:
Hylke Bons 2012-10-16 12:22:19 +01:00
parent 8c7108e83f
commit 69cc66e572

View file

@ -90,13 +90,12 @@
display: none; display: none;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap;
width: 90%; width: 90%;
padding: 0 0 1px 20px; padding: 0 0 1px 20px;
margin: 0 0 4px 0; margin: 0 0 4px 0;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center left; background-position: center left;
text-overflow: ellipsis;
white-space: nowrap;
} }
.day-entry-header { .day-entry-header {
@ -111,7 +110,12 @@
padding-top: 22px; padding-top: 22px;
font-weight: bold; font-weight: bold;
float: left; float: left;
width: 90%;
margin-left: 32px; margin-left: 32px;
margin-right: 32px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} }
.event-entry { .event-entry {