From: Vincent Petry Date: Fri, 11 Oct 2013 12:23:37 +0000 (+0200) Subject: Fixed IE8 misaligned date X-Git-Tag: v6.0.0alpha2~33^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2b2a5486104a2de937c32024b320bc416d78b725;p=nextcloud-server.git 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 --- 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) */