diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-17 11:08:39 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-17 11:08:39 +0100 |
commit | c7cf0d0386036aba138a9279e09ea09a1fc206a1 (patch) | |
tree | 18f82e20ee87a794a697fefe857406b12d726a11 /apps/files/css | |
parent | 433d1de923392c005193e99ad1d8efdf2513544f (diff) | |
download | nextcloud-server-c7cf0d0386036aba138a9279e09ea09a1fc206a1.tar.gz nextcloud-server-c7cf0d0386036aba138a9279e09ea09a1fc206a1.zip |
fix file list summary left alignment
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/mobile.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css index 780b7ac8443..4881f7c70e4 100644 --- a/apps/files/css/mobile.css +++ b/apps/files/css/mobile.css @@ -24,7 +24,7 @@ table td { } /* and accordingly fix left margin of file list summary on mobile */ .summary .info { - margin-left: 55px; + margin-left: 105px; } /* remove shift for multiselect bar to account for missing navigation */ |