From f038ecbfe3f4a8d07948c3cd0bf26bd291d71885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 27 Sep 2017 16:44:56 +0200 Subject: [PATCH] Fixed quota on homepage (files) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files/templates/appnavigation.php | 7 +++---- core/css/styles.scss | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/files/templates/appnavigation.php b/apps/files/templates/appnavigation.php index 09b0294368..6a7b4e4b11 100644 --- a/apps/files/templates/appnavigation.php +++ b/apps/files/templates/appnavigation.php @@ -11,7 +11,7 @@ -
  • @@ -23,9 +23,8 @@ p($l->t('%s used', [$_['usage']])); } ?>

    -
    80): ?>class="quota-warning"> -
    + 80): ?> class="quota-warning" >
  • diff --git a/core/css/styles.scss b/core/css/styles.scss index 4a47d192ef..3b062250df 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -925,7 +925,7 @@ code { font-family: 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans Mono', monospace; } -#quota { +#body-settings #quota { cursor: default; margin: 30px !important; position: relative;