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