diff options
author | Vincent Petry <pvince81@owncloud.com> | 2013-10-11 14:23:37 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2013-10-11 14:23:37 +0200 |
commit | 2b2a5486104a2de937c32024b320bc416d78b725 (patch) | |
tree | acdd911ff46a078ff82b87a3b912fa4694885dd7 /apps/files/css | |
parent | 4336d42ab095c304d0a46bb30c2d0203e606597e (diff) | |
download | nextcloud-server-2b2a5486104a2de937c32024b320bc416d78b725.tar.gz nextcloud-server-2b2a5486104a2de937c32024b320bc416d78b725.zip |
Fixed IE8 misaligned date
Removed display: block to let the element be displayed inline and let
itself aligned by vertical-align: middle of the parent
This works in IE8 and other browsers.
Fixes #5288
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index cbf34279f54..a0a3ec26ce1 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -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) */ |