]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix empty state for Favorites
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 17 Dec 2014 10:04:18 +0000 (11:04 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 17 Dec 2014 10:04:22 +0000 (11:04 +0100)
apps/files/css/files.css
apps/files/templates/simplelist.php

index 3829759a14ecd76ba7f7369cf3ab01c768f6f214..cf166003fb19b2fc1c72de8353755df255d38a88 100644 (file)
@@ -556,6 +556,10 @@ table tr.summary td {
 
 #scanning-message{ top:40%; left:40%; position:absolute; display:none; }
 
+#emptycontent .icon-starred {
+       height: 50px;
+}
+
 table.dragshadow {
        width:auto;
 }
index c00febce653fb54720fe2bc6ea09d08d84a955cb..15949bf704ec844f9d6ef778bf81fb70b48227a2 100644 (file)
@@ -3,7 +3,10 @@
 </div>
 <div id='notification'></div>
 
-<div id="emptycontent" class="hidden"></div>
+<div id="emptycontent" class="hidden">
+       <div class="icon-starred"></div>
+       <?php p($l->t('Files and folders you mark as favorites will show up here')); ?>
+</div>
 
 <input type="hidden" name="dir" value="" id="dir">