Skip to content

Commit

Permalink
design on all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
prsnca committed Jul 30, 2014
1 parent 3fb1a7a commit dff4cf1
Show file tree
Hide file tree
Showing 7 changed files with 201 additions and 154 deletions.
18 changes: 15 additions & 3 deletions committeeVotes/static/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
margin: 20px 0;
}

.ministers {
margin-bottom: 35px
}

.ministers > div {
margin: 9px
}

.minister-photo {
position: relative;
height: 120px;
Expand Down Expand Up @@ -66,7 +74,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
height: 450px;
width: 300px;
display: inline-block;
margin: 15px;
margin: 25px !important;
}

#footer {
Expand Down Expand Up @@ -111,7 +119,6 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
background-color: #fff;
}


h1 {
font-size: 42px;
letter-spacing: 1px
Expand All @@ -132,10 +139,15 @@ h4 {
letter-spacing: 1px
}

ul, ol {
ul, ol, table {
margin: 0px 25px 10px 0px
}

.card table {
width: 95%;
max-width: 95%
}

.card {
background: #fff;
border: 1px solid #e6e6e6;
Expand Down
4 changes: 2 additions & 2 deletions committeeVotes/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@

<div id="footer">
<div class="container">
<h4 class="text-muted">
<h2 class="text-muted">
<img src="http://www.hasadna.org.il/wp-content/themes/sadna2012/images/sadna-logo.png"
alt="הסדנא לידע ציבורי"
width="30" height="30">
<span>מפותח בתמיכת החממה של</span> <a href="http://www.hasadna.org.il">הסדנא לידע ציבורי</a>
</h4>
</h2>
</div>
</div>
</body>
Expand Down
45 changes: 23 additions & 22 deletions committeeVotes/templates/committeeVotes/bills.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,31 @@
<div class="container">

<div class="row">
<div class="col-md-6">
<h2 title="שם ההצעה">
הצעות חוק
</h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<table class="table table-hover">
<thead>
<tr>
<th class="text-right">
שם ההצעה
</th>

</tr>
</thead>
{% for b in bills %}

<div class="cards col-md-12">
<section class="card card-list card-list-latest compact">
<header>
<h2 title="שם ההצעה">
הצעות חוק
</h2>
</header>
<table class="table table-hover">
<thead>
<tr>
<td><a href="{% url 'bill' b.id %}">{{ b.name }}</a></td>
<th class="text-right">
שם ההצעה
</th>

</tr>
{% endfor %}
</table>
</thead>
{% for b in bills %}

<tr>
<td><a href="{% url 'bill' b.id %}">{{ b.name }}</a></td>
</tr>
{% endfor %}
</table>

</section>

</div>
</div>
Expand Down
157 changes: 90 additions & 67 deletions committeeVotes/templates/committeeVotes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,99 +3,122 @@

<div class="container">
<div class="row">
<div class="col-md-12">
<h3>
רקע
</h3>

<div class="well">
וועדת שרים לענייני חקיקה היא המקום בו הממשלה מחליטה האם היא תומכת או מתנגדת להצעות חוק. כל הצעות
החוק עוברות דרך הוועדה, וללא תמיכת הממשלה אין להצעת החוק כמעט שום סיכוי לעבור בכנסת. הוועדה מתנהלת
בחוסר שקיפות חריג, כך שכל המידע באתר נמסר מרצונם החופשי של שרים החברים בוועדה ותומכים בשקיפות.
</div>
<div class="cards col-md-12">
<section class="card card-list card-list-latest compact">
<header>
<h2>
רקע
</h2>
</header>
<ul>
<li>
וועדת שרים לענייני חקיקה היא המקום בו הממשלה מחליטה האם היא תומכת או מתנגדת להצעות חוק. כל
הצעות
החוק עוברות דרך הוועדה, וללא תמיכת הממשלה אין להצעת החוק כמעט שום סיכוי לעבור בכנסת. הוועדה
מתנהלת
בחוסר שקיפות חריג, כך שכל המידע באתר נמסר מרצונם החופשי של שרים החברים בוועדה ותומכים
בשקיפות.
</li>
</ul>
</section>
</div>
</div>

<div class="row">
<div class="col-md-6">
<h3>
הצעות אחרונות
</h3>

<table class="table table-hover">
<thead>
<tr>
<th class="text-right">
שם ההצעה
</th>

</tr>
</thead>
{% for b in bills %}
<div class="cards col-md-6">
<section class="card card-list card-list-latest compact">
<header>
<h2>
הצעות אחרונות
</h2>
</header>

<table class="table table-hover">
<thead>
<tr>
<th class="text-right">
שם ההצעה
</th>

</tr>
</thead>
{% for b in bills %}

<tr>
<td>
<a href="{% url 'bill' b.id %}">
{{ b.name }}
<button class="btn btn-info pull-left">
<span class="glyphicon glyphicon-plus"></span>
</button>
</a>

</td>
</tr>
{% endfor %}
<tr>
<td>
<a href="{% url 'bill' b.id %}">
{{ b.name }}
<button class="btn btn-info pull-left">
<div class="pull-left">
<a href="{% url 'bills' %}" class="btn btn-primary pull-left" role="button">
עוד
<span class="glyphicon glyphicon-plus"></span>
</button>
</a>

</a>
</div>
</td>
</tr>
{% endfor %}
<tr>
<td>
<div class="pull-left">
<a href="{% url 'bills' %}" class="btn btn-primary pull-left" role="button">
עוד
<span class="glyphicon glyphicon-plus"></span>
</a>
</div>
</td>
</tr>

</table>
</table>
</section>


</div>
<div class="col-md-6">
<h3>
שרים
</h3>
{% for m in ministers %}
{% if m.votes.count == 0 %}
<div class="minister-photo disabled">

<a href="#notCoop" data-toggle="modal">
{% else %}
<div class="minister-photo">

<a href="{% url 'minister' m.id %}">
{% endif %}
<img src="{{ MEDIA_URL }}{{ m.photo }}-s.jpg">
{{ m.name }}
</a>
</div>
<div class="cards col-md-6">
<section class="card card-list card-list-latest compact">
<header>
<h2>
שרים
</h2>
</header>
<ul>
<li>

<div class="ministers">
{% for m in ministers %}
{% if m.votes.count == 0 %}
<div class="minister-photo disabled">

<a href="#notCoop" data-toggle="modal">
{% else %}
<div class="minister-photo">

<a href="{% url 'minister' m.id %}">
{% endif %}
<img src="{{ MEDIA_URL }}{{ m.photo }}-s.jpg">
{{ m.name }}
</a>
</div>



{% endfor %}
</div>
{% endfor %}
</div>
</li>
</ul>
</section>
</div>
</div>
</div>
</div>
<div class="modal fade" id="notCoop" tabindex="-1" role="dialog" aria-labelledby="notCoopLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<p>
שר זה אינו חושף את הצבעותיו!
<button type="button" class="btn btn-primary pull-left" data-dismiss="modal">
סגור
</button>
</p>
<button type="button" class="btn btn-primary pull-left" data-dismiss="modal">
סגור
</button>
</p>

</div>

Expand Down
10 changes: 5 additions & 5 deletions committeeVotes/templates/committeeVotes/meetings.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
<div class="container">

<div class="row">
<div class="col-md-6">
<div class="cards col-md-12">
<section class="card card-list card-list-latest compact">
<header>
<h2>
ישיבות הועדה
</h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
</header>
<table class="table table-hover">
<thead>
<tr>
Expand All @@ -33,6 +32,7 @@ <h2>
</tr>
{% endfor %}
</table>
</section>

</div>
</div>
Expand Down
Loading

0 comments on commit dff4cf1

Please sign in to comment.