fix misalignment of modified dates, shift to right

This commit is contained in:
Jan-Christoph Borchardt 2014-06-02 15:55:49 +02:00
parent 708758f34e
commit a447caf8d3
1 changed files with 1 additions and 1 deletions

View File

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