]> source.dussan.org Git - nextcloud-server.git/commitdiff
correctly align file list summary when the list has the favorite feature
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 24 Mar 2015 14:26:17 +0000 (15:26 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 24 Mar 2015 14:26:17 +0000 (15:26 +0100)
apps/files/css/files.css

index d546f346ce034a8110d8574b7f27594c7d561efe..6db6cea61654ec533d9c80dcfa3c0ff9fac1d6b2 100644 (file)
@@ -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; }