From 2b2a5486104a2de937c32024b320bc416d78b725 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 11 Oct 2013 14:23:37 +0200 Subject: [PATCH] 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 --- apps/files/css/files.css | 4 ---- 1 file changed, 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) */ -- 2.39.5