summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-03 17:26:49 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-03 17:26:49 +0100
commitb56dbbe0e5b593f53b686d5cada5a36ef2d4f39f (patch)
treedde6898efaf6c46ba16c629108c1dc4d9b2aa8ea /apps
parent6d7d3c16d04596b0cd32ebc1aaddaaaf7c5fe481 (diff)
downloadnextcloud-server-b56dbbe0e5b593f53b686d5cada5a36ef2d4f39f.tar.gz
nextcloud-server-b56dbbe0e5b593f53b686d5cada5a36ef2d4f39f.zip
fix misalignment of modified dates, shift to right
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 8c7938c79bb..5526abaf6e2 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -176,6 +176,7 @@ table td.filename .nametext, .uploadtext, .modified { float:left; padding:14px 0
}
.modified {
position: relative;
+ padding-left: 8px;
overflow: hidden;
text-overflow: ellipsis;
width: 90%;