fix misalignment of modified dates, shift to right
This commit is contained in:
parent
708758f34e
commit
a447caf8d3
1 changed files with 1 additions and 1 deletions
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue