mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #5293 from owncloud/files-ie8-datemisaligned
Fixed IE8 misaligned date
This commit is contained in:
commit
b846661a93
1 changed files with 0 additions and 4 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Reference in a new issue