Fix upload page styling

This commit is contained in:
Duncan Sommerville 2015-08-26 16:11:49 -04:00
parent c728be38ab
commit 7d8c6dc90d
3 changed files with 23 additions and 3 deletions

View file

@ -45,7 +45,7 @@
</div>
-->
</div>
<div id="disk_usage" style="position:absolute;width:95%; margin-top:10px; bottom: 10px;">
<div id="uploads_disk_usage">
<div style="padding-bottom: 2px;">Storage</div>
<div class="disk_usage_progress_bar" style="width:98%"></div>
<div class="disk_usage_percent_in_use" style="width:98%"><?php echo sprintf("%01.1f%% ", $used/$total*100) . _("in use") ?></div>