]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix misalignment of modified dates, shift to right
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 2 Jun 2014 13:55:49 +0000 (15:55 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 2 Jun 2014 13:55:49 +0000 (15:55 +0200)
apps/files/css/files.css

index 45cce864b10c6b034a7f5b0fa8f03f02271a415a..2eb668f11ca5656eb0a4c4d4d8ce18c9752c38e1 100644 (file)
@@ -267,7 +267,7 @@ table td.filename .nametext, .uploadtext, .modified { float:left; padding:14px 0
 
 .modified {
        position: relative;
-       padding-left: 8px;
+       padding-left: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 90%;