Skip to content

Commit

Permalink
More tweaking...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Neylon committed Mar 4, 2012
1 parent 24cbbc4 commit 3a52b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fundraising-gauge.php
Expand Up @@ -120,7 +120,7 @@ public function widget( $args, $instance ) {
position: absolute;
text-align: center;
width: 70px;
top: 65px;
top: 80px;
z-index: 102;
}

Expand All @@ -131,7 +131,7 @@ public function widget( $args, $instance ) {
</style>
<script type="text/javascript">
jQuery(document).ready(function() {
var barHeight = 180;
var barHeight = 190;
var percentage = <?php echo $this->percentage_raised($instance); ?>;
var raisedHeight = (barHeight * percentage) / 100;
var percentageText = percentage + "%";
Expand Down

0 comments on commit 3a52b50

Please sign in to comment.