Merge pull request #5293 from owncloud/files-ie8-datemisaligned

Fixed IE8 misaligned date
This commit is contained in:
Morris Jobke 2013-10-11 05:38:08 -07:00
commit b846661a93

View file

@ -105,8 +105,6 @@ table th#headerDate, table td.date {
box-sizing: border-box;
position: relative;
min-width: 11em;
display: block;
height: 51px;
}
/* Multiselect bar */
@ -161,8 +159,6 @@ table td.filename .nametext, .uploadtext, .modified { float:left; padding:.3em 0
}
.modified {
position: relative;
top: 11px;
left: 5px;
}
/* TODO fix usability bug (accidental file/folder selection) */