Author: david
Date: Wed Aug 24 16:29:50 2011
New Revision: 9592
Log:
Cosmetic change. Tweak css margins and padding
Modified:
trunk/apps/qubit/modules/repository/templates/_contextMenu.php
Modified: trunk/apps/qubit/modules/repository/templates/_contextMenu.php
==============================================================================
--- trunk/apps/qubit/modules/repository/templates/_contextMenu.php Wed Aug
24 16:24:38 2011 (r9591)
+++ trunk/apps/qubit/modules/repository/templates/_contextMenu.php Wed Aug
24 16:29:50 2011 (r9592)
@@ -3,8 +3,8 @@
<h3><?php echo __('Disk quota used') ?></h3>
- <div>
- <div class="progressBar" style="margin-top: 5px; background-color: #CCC;
height: 10px; width: 200px">
+ <div style="margin: 5px 2px">
+ <div class="progressBar" style="padding: 1px; background-color: #CCC;
height: 10px; width: 200px">
<div style="height: 10px; width: <?php echo $barPixels ?>px;
background-color: <?php echo $barColor ?>;"></div>
</div>
<?php echo __('%1% of %2% <a
href="http://en.wikipedia.org/wiki/Gigabyte">GB</a> allowed (%3%%)',
array('%1%' => $diskUsage, '%2%' => sfConfig::get('app_repository_quota'),
'%3%' => $diskUsagePercent)) ?>
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.