fix misalignment of modified dates, shift to right

This commit is contained in:
Jan-Christoph Borchardt 2014-02-03 17:26:49 +01:00
parent 6d7d3c16d0
commit b56dbbe0e5
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ table td.filename .nametext, .uploadtext, .modified { float:left; padding:14px 0
}
.modified {
position: relative;
padding-left: 8px;
overflow: hidden;
text-overflow: ellipsis;
width: 90%;