diff options
Diffstat (limited to 'apps/files/css/files.scss')
-rw-r--r-- | apps/files/css/files.scss | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 741ea329c84..10f37840580 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -108,9 +108,8 @@ .nav-icon-trashbin { background-image: url('../img/delete.svg?v=1'); } -/* no icon for the quota bar */ .nav-icon-quota { - padding-left: 15px !important; + background-image: url('../img/quota.svg?v=1'); } #app-navigation .nav-files a.nav-icon-files { @@ -777,11 +776,7 @@ table.dragshadow td.size { margin: 0 !important; border: none; border-radius: 0; - position: fixed !important; - bottom: 44px; - width: inherit !important; - background-color: #fff; - border-right: 1px solid #eee; + background-color: transparent; z-index:1; .quota-container { @@ -795,11 +790,6 @@ table.dragshadow td.size { } } -/* increase the padding of the last item to not hide below the quota item */ -.app-files #app-navigation > ul li:nth-last-child(1) { - margin-bottom: 44px; -} - #quotatext { padding: 0; height: 30px; |