summaryrefslogtreecommitdiffstats
path: root/settings/templates/personal.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-09-23 19:43:32 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-09-24 18:42:02 +0200
commite0d013b25eb54091499d2c11c7865216ebcdb056 (patch)
tree7bfdb4a1f8b16aeb356ad0e6a4f536163041bca1 /settings/templates/personal.php
parent36c31b0e83dafa0499a769fa6c15adeca5e90d28 (diff)
downloadnextcloud-server-e0d013b25eb54091499d2c11c7865216ebcdb056.tar.gz
nextcloud-server-e0d013b25eb54091499d2c11c7865216ebcdb056.zip
settings/personal: remove padding from quota bar
The text will stay in it's place, but 0% usage will lead to an empty bar. Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'settings/templates/personal.php')
-rw-r--r--settings/templates/personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 65a6f12712b..eee5f3979c3 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -5,7 +5,7 @@
*/?>
<div id="quota" class="personalblock"><div style="width:<?php echo $_['usage_relative'];?>%;">
- <p><?php echo $l->t('You use');?> <strong><?php echo $_['usage'];?></strong> <?php echo $l->t('of the available');?> <strong><?php echo $_['total_space'];?></strong></p>
+ <p id="quotatext"><?php echo $l->t('You use');?> <strong><?php echo $_['usage'];?></strong> <?php echo $l->t('of the available');?> <strong><?php echo $_['total_space'];?></strong></p>
</div></div>
<form id="passwordform">