]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix favorite star flickering on empty state page
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 17 Dec 2014 12:40:57 +0000 (13:40 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 17 Dec 2014 12:40:57 +0000 (13:40 +0100)
apps/files/css/files.css

index cf166003fb19b2fc1c72de8353755df255d38a88..eb6fec4a97f346e4dfe05ed4adc2aca60e46ce6a 100644 (file)
@@ -557,7 +557,9 @@ table tr.summary td {
 #scanning-message{ top:40%; left:40%; position:absolute; display:none; }
 
 #emptycontent .icon-starred {
-       height: 50px;
+       height: 30px;
+       width: 30px;
+       margin: 0 auto 10px;
 }
 
 table.dragshadow {