]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed IE8 misaligned date
authorVincent Petry <pvince81@owncloud.com>
Fri, 11 Oct 2013 12:23:37 +0000 (14:23 +0200)
committerVincent Petry <pvince81@owncloud.com>
Fri, 11 Oct 2013 12:23:37 +0000 (14:23 +0200)
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

index cbf34279f546d481231c33c3843e87cb57bd23c8..a0a3ec26ce195fc99dc32d1610882de10a365ded 100644 (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) */