Skip to content
Snippets Groups Projects
Commit 433d1de9 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

fix empty state for Favorites

parent f2d7fad0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment