diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-02-03 17:26:49 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-02-03 17:26:49 +0100 |
commit | b56dbbe0e5b593f53b686d5cada5a36ef2d4f39f (patch) | |
tree | dde6898efaf6c46ba16c629108c1dc4d9b2aa8ea /apps | |
parent | 6d7d3c16d04596b0cd32ebc1aaddaaaf7c5fe481 (diff) | |
download | nextcloud-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.css | 1 |
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%; |