Skip to content

Commit

Permalink
#212 Project pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-santos committed Dec 18, 2013
1 parent b279254 commit 0d96040
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions djangoproject/templates/sandbox/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@
<div class="column-wrapper">
<div class="column">
<div class="column-wrapper fs-bargraph bottom-align-content" style="height:100px">
<div class="bar green" style="height:70%"><!-- US$ Paid GraphBar --></div>
<div class="bar green" style="height:70%" title="US$ 1645.00 already paid to developers"><!-- US$ Paid GraphBar --></div>
<div class="hgap-5 inline"><!-- Horizontal Gap 5px --></div>
<div class="bar" style="height:30%"><!-- US$ Open GraphBar --></div>
<div class="bar" style="height:30%" title="US$ 665.00 being offered to developers on issues"><!-- US$ Open GraphBar --></div>
</div>
<div class="vgap-15"><!-- Vertical Gap 15px --></div>
<h4 class="arial text-align-center">US$</h4>
</div>
<div class="column">
<div class="column-wrapper fs-bargraph bottom-align-content" style="height:100px">
<div class="bar green" style="height:25%"><!-- US$ Paid GraphBar --></div>
<div class="bar green" style="height:25%" title="BTC 1.80 already paid to developers"><!-- BTC Paid GraphBar --></div>
<div class="hgap-5 inline"><!-- Horizontal Gap 5px --></div>
<div class="bar" style="height:75%"><!-- US$ Open GraphBar --></div>
<div class="bar" style="height:75%" title="BTC 5.00 being offered to developers on issues"><!-- BTC Open GraphBar --></div>
</div>
<div class="vgap-15"><!-- Vertical Gap 15px --></div>
<h4 class="arial text-align-center">BTC</h4>
</div>
<div class="column">
<div class="column-wrapper fs-bargraph bottom-align-content" style="height:100px">
<div class="bar green" style="height:55%"><!-- US$ Paid GraphBar --></div>
<div class="bar green" style="height:55%" title="31 issues solved"><!-- Issues Solved GraphBar --></div>
<div class="hgap-5 inline"><!-- Horizontal Gap 5px --></div>
<div class="bar" style="height:45%"><!-- US$ Open GraphBar --></div>
<div class="bar" style="height:45%" title="25 issues open"><!-- Issues Open GraphBar --></div>
</div>
<div class="vgap-15"><!-- Vertical Gap 15px --></div>
<h4 class="arial text-align-center">Issues</h4>
Expand Down Expand Up @@ -77,12 +77,12 @@ <h3 class="arial green-text">Jenkins</h3>
<div class="column" style="width:200px;">
<div class="fs-box border-box">
<h4 class="arial">Total Offered</h4>
<div><span class="green-text">US$ 1645.00</span> / <span>US$ 665.00</span></div>
<div><span class="green-text" title="US$ 1645.00 already paid to developers">US$ 1645.00</span> / <span title="US$ 665.00 being offered to developers on issues">US$ 665.00</span></div>
<div class="vgap-5"><!-- Vertical Gap 5px --></div>
<div><span class="green-text">BTC 1.80</span> / <span>BTC 5.00</span></div>
<div><span class="green-text" title="BTC 1.80 already paid to developers">BTC 1.80</span> / <span title="BTC 5.00 being offered to developers on issues">BTC 5.00</span></div>
<div class="vgap-15"><!-- Vertical Gap 15px --></div>
<h4 class="arial">Total Issues</h4>
<p><span class="green-text">31 Solved</span> / <span>25 Open</span></p>
<p><span class="green-text" title="31 issues solved">31 Solved</span> / <span title="25 issues open">25 Open</span></p>
</div>
</div>
</div>
Expand Down

0 comments on commit 0d96040

Please sign in to comment.