Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
prsnca committed Jul 30, 2014
1 parent dff4cf1 commit 62fcd47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions committeeVotes/static/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,10 @@ ul, ol, table {
bottom: 40px
}

.decision {
margin-top: 10px;
}

.good {
fill: #3ac8a8
}
Expand Down
8 changes: 4 additions & 4 deletions committeeVotes/templates/committeeVotes/bill.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@


<div class="row">
<div class="col-md-8">
<div class="col-md-10">
<a {% if bill.oknesset_url %}
target="_blank" href="{{ bill.oknesset_url }}"
{% else %}
href="#"
{% endif %}>
<h2 title="שם ההצעה">
<h1 title="שם ההצעה">
{{ bill.name }}
</h2>
</h1>
</a>
</div>
{% if not bill.passed == None %}
<div class="col-md-4">
<div class="col-md-2 decision">
<h2 class="pull-left" title="החלטת הועדה">
{% if bill.passed %}
<span class="badge" style="background-color:green; vertical-align:middle; font-size:24px;">
Expand Down

0 comments on commit 62fcd47

Please sign in to comment.