Merge pull request #12895 from owncloud/favorites-polish

polish the Favorites design
This commit is contained in:
Jan-Christoph Borchardt 2014-12-17 13:42:20 +01:00
commit 532ba99f1c
4 changed files with 12 additions and 3 deletions

View file

@ -556,6 +556,12 @@ table tr.summary td {
#scanning-message{ top:40%; left:40%; position:absolute; display:none; }
#emptycontent .icon-starred {
height: 30px;
width: 30px;
margin: 0 auto 10px;
}
table.dragshadow {
width:auto;
}

View 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 */

View file

@ -93,7 +93,7 @@ function sortNavigationItems($item1, $item2) {
'id' => 'favorites',
'appname' => 'files',
'script' => 'simplelist.php',
'order' => 50,
'order' => 5,
'name' => $l->t('Favorites')
)
);

View 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">