Skip to content

Commit

Permalink
polishing scores legend
Browse files Browse the repository at this point in the history
  • Loading branch information
daonb committed May 15, 2012
1 parent 88dd4d2 commit 062ddd4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions views/member/show.html
Expand Up @@ -54,24 +54,24 @@ <h1>
<table class="table table-striped">
<thead>
<tr>
<th>דגל</th>
<th style="vertical-align: top;"></th>
<th class="score-bar">
<div style="width:100%">
<h4 style="float:right; width: 33%; margin: 0 0.2em 0.2em 0;text-align:right;">מתנגד</h4>
<h4 style="float:right; width: 33%; margin-bottom:0.2em;">אדיש</h4>
<h4 style="float:right; width: 33%; margin-bottom:0.2em;text-align:left;">תומך</h4>
<div style="clear:right;"></div>

</div>
<div class="progress progress-info" style="height:3em;">
<div class="bar all" style="height:100%;width:80%; right:10%">
<p style="padding-right:0.5em; text-align:right;"><em>חברי הכנסת</em></p>
</div>
<div class="bar party" style="height:3em;width:40%; right:40%"></div>
<div class="bar party" style="width:40%; right:40%"></div>
<p style="height:3em; position:absolute; margin-top:1em; width:40%; right:40%">
<em>{{#party}}{{name}}{{/party}}</em>
</p>
</div>
<div style="width:100%">
<h4 style="float:right; width: 33%; margin: 0 0.2em 0.2em 0;text-align:right;">מתנגד</h4>
<h4 style="float:right; width: 33%; margin-bottom:0.2em;">אדיש</h4>
<h4 style="float:right; width: 33%; margin-bottom:0.2em;text-align:left;">תומך</h4>
<div style="clear:right;"></div>

</div>

</th>
</thead>
Expand Down

0 comments on commit 062ddd4

Please sign in to comment.