From dff4cf16f84d7c2e0ec31ce5de6428b2126da97c Mon Sep 17 00:00:00 2001 From: Yaron Date: Wed, 30 Jul 2014 22:05:36 +0300 Subject: [PATCH] design on all pages --- committeeVotes/static/site.css | 18 +- committeeVotes/templates/base.html | 4 +- .../templates/committeeVotes/bills.html | 45 ++--- .../templates/committeeVotes/index.html | 157 ++++++++++-------- .../templates/committeeVotes/meetings.html | 10 +- .../committeeVotes/minister_detail.html | 80 ++++----- .../templates/committeeVotes/ministers.html | 41 +++-- 7 files changed, 201 insertions(+), 154 deletions(-) diff --git a/committeeVotes/static/site.css b/committeeVotes/static/site.css index e65b2be..2096759 100644 --- a/committeeVotes/static/site.css +++ b/committeeVotes/static/site.css @@ -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; @@ -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 { @@ -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 @@ -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; diff --git a/committeeVotes/templates/base.html b/committeeVotes/templates/base.html index 3d63c05..8b7f50e 100644 --- a/committeeVotes/templates/base.html +++ b/committeeVotes/templates/base.html @@ -88,12 +88,12 @@ diff --git a/committeeVotes/templates/committeeVotes/bills.html b/committeeVotes/templates/committeeVotes/bills.html index 8b2c3ee..154f91a 100644 --- a/committeeVotes/templates/committeeVotes/bills.html +++ b/committeeVotes/templates/committeeVotes/bills.html @@ -5,30 +5,31 @@
-
-

- הצעות חוק -

-
-
-
-
- - - - - - - - {% for b in bills %} - +
+
+
+

+ הצעות חוק +

+
+
- שם ההצעה -
+ - + + - {% endfor %} -
{{ b.name }} + שם ההצעה +
+ + {% for b in bills %} + + + {{ b.name }} + + {% endfor %} + + +
diff --git a/committeeVotes/templates/committeeVotes/index.html b/committeeVotes/templates/committeeVotes/index.html index 9dcd9f9..ceb4989 100644 --- a/committeeVotes/templates/committeeVotes/index.html +++ b/committeeVotes/templates/committeeVotes/index.html @@ -3,99 +3,122 @@
-
-

- רקע -

- -
- וועדת שרים לענייני חקיקה היא המקום בו הממשלה מחליטה האם היא תומכת או מתנגדת להצעות חוק. כל הצעות - החוק עוברות דרך הוועדה, וללא תמיכת הממשלה אין להצעת החוק כמעט שום סיכוי לעבור בכנסת. הוועדה מתנהלת - בחוסר שקיפות חריג, כך שכל המידע באתר נמסר מרצונם החופשי של שרים החברים בוועדה ותומכים בשקיפות. -
+
+
+
+

+ רקע +

+
+
    +
  • + וועדת שרים לענייני חקיקה היא המקום בו הממשלה מחליטה האם היא תומכת או מתנגדת להצעות חוק. כל + הצעות + החוק עוברות דרך הוועדה, וללא תמיכת הממשלה אין להצעת החוק כמעט שום סיכוי לעבור בכנסת. הוועדה + מתנהלת + בחוסר שקיפות חריג, כך שכל המידע באתר נמסר מרצונם החופשי של שרים החברים בוועדה ותומכים + בשקיפות. +
  • +
+
-
-

- הצעות אחרונות -

- - - - - - - - - {% for b in bills %} +
+
+
+

+ הצעות אחרונות +

+
+ +
- שם ההצעה -
+ + + + + + {% for b in bills %} + + + + + {% endfor %} - {% endfor %} - - - -
+ שם ההצעה +
+ + {{ b.name }} + + + +
- - {{ b.name }} - - - + +
- -
+ +
-
-

- שרים -

- {% for m in ministers %} - {% if m.votes.count == 0 %} -
- - - {% else %} - +
+
+
+

+ שרים +

+
+ +
+