diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-24 15:26:17 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-24 15:26:17 +0100 |
commit | 7ea061e6f0464d8c2228338e867943d802732f5f (patch) | |
tree | 81e4a9c08cc3b6470739c6ae065ad2c677813895 /apps | |
parent | 965d97a8f582984c2d2454d7c62faa2086ac677c (diff) | |
download | nextcloud-server-7ea061e6f0464d8c2228338e867943d802732f5f.tar.gz nextcloud-server-7ea061e6f0464d8c2228338e867943d802732f5f.zip |
correctly align file list summary when the list has the favorite feature
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index d546f346ce0..6db6cea6165 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -582,6 +582,9 @@ table tr.summary td { .summary .info { margin-left: 40px; } +.has-favorites .summary .info { + margin-left: 90px; +} #scanning-message{ top:40%; left:40%; position:absolute; display:none; } |