Merge pull request #12895 from owncloud/favorites-polish

polish the Favorites design
remotes/origin/fix-10825
Jan-Christoph Borchardt 10 years ago
commit 532ba99f1c
  1. 6
      apps/files/css/files.css
  2. 2
      apps/files/css/mobile.css
  3. 2
      apps/files/index.php
  4. 5
      apps/files/templates/simplelist.php

@ -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;
}

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

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

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

Loading…
Cancel
Save