Move quota icon to core
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
d0efe1bf6c
commit
94528ad2be
3 changed files with 1 additions and 4 deletions
|
@ -105,9 +105,6 @@
|
|||
.nav-icon-trashbin {
|
||||
background-image: url('../img/delete.svg?v=1');
|
||||
}
|
||||
.nav-icon-quota {
|
||||
background-image: url('../img/quota.svg?v=1');
|
||||
}
|
||||
|
||||
#app-navigation .nav-files a.nav-icon-files {
|
||||
width: auto;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
if ($_['quota'] !== \OCP\Files\FileInfo::SPACE_UNLIMITED) {
|
||||
?>has-tooltip" title="<?php p($_['usage_relative'] . '%');
|
||||
} ?>">
|
||||
<a href="#" class="nav-icon-quota svg">
|
||||
<a href="#" class="icon-quota svg">
|
||||
<p id="quotatext"><?php
|
||||
if ($_['quota'] !== \OCP\Files\FileInfo::SPACE_UNLIMITED) {
|
||||
p($l->t('%s of %s used', [$_['usage'], $_['total_space']]));
|
||||
|
|
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 261 B |
Loading…
Reference in a new issue