]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix file list summary left alignment
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 17 Dec 2014 10:08:39 +0000 (11:08 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 17 Dec 2014 10:08:39 +0000 (11:08 +0100)
apps/files/css/mobile.css

index 780b7ac8443dc75b6c0c93b1ffee33f41210a324..4881f7c70e425cff9472a99004e5bd9727f62709 100644 (file)
@@ -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 */