diff --git a/src/influencetx/legislators/templates/legislators/legislator_detail.html b/src/influencetx/legislators/templates/legislators/legislator_detail.html index a5348fb..cd36ba3 100644 --- a/src/influencetx/legislators/templates/legislators/legislator_detail.html +++ b/src/influencetx/legislators/templates/legislators/legislator_detail.html @@ -10,20 +10,25 @@ {% endblock css %} {% block content %} -
- -

{{ legislator }}

-

{{ legislator.party_label }}

-

{{ legislator.chamber_label }}

-

District {{ legislator.district }}

-

Full Biography

+
+ +

{{ legislator }}

+

{{ legislator.party_label }}

+

{{ legislator.chamber_label }}

+

District {{ legislator.district }}

+

Full Biography

+
-
+ +
+ + +
+


+{% include "pages/footer.html" %} {% endblock content %} {% block javascript %} diff --git a/src/influencetx/legislators/templates/legislators/legislator_list.html b/src/influencetx/legislators/templates/legislators/legislator_list.html index 585470f..8e1b6b2 100644 --- a/src/influencetx/legislators/templates/legislators/legislator_list.html +++ b/src/influencetx/legislators/templates/legislators/legislator_list.html @@ -38,7 +38,7 @@
{{ person }}
{% endfor %} - +
{% endblock content %} {% block javascript %} diff --git a/src/influencetx/static/css/project.css b/src/influencetx/static/css/project.css index 1e4f73d..1c2018d 100644 --- a/src/influencetx/static/css/project.css +++ b/src/influencetx/static/css/project.css @@ -10,6 +10,18 @@ h1, h2, h3, h4, h5 { background-color: #7986cb; } +.footer { + position: absolute; + left: 0; + bottom: 0; + width: 100%; +} + +.flatten li { + padding: .5em 2em 0 0; + font-size: small; + display: inline-block; } + .alert-debug { background-color: #fff; border-color: #d6e9c6; @@ -23,6 +35,10 @@ h1, h2, h3, h4, h5 { .navbar { border-radius: 0px; } +.nav-tabs .nav-link.active { + background-color: #7986cb; + color: white; } + @media (max-width: 47.9em) { .navbar-nav .nav-item { display: inline-block; diff --git a/src/influencetx/templates/base.html b/src/influencetx/templates/base.html index 9e9b424..8ffe9c4 100644 --- a/src/influencetx/templates/base.html +++ b/src/influencetx/templates/base.html @@ -26,6 +26,17 @@ {% endblock %} + + + + + @@ -34,7 +45,7 @@ - INFLUENCE TEXASos + INFLUENCE TEXASos diff --git a/src/influencetx/templates/openstates/bill_detail.html b/src/influencetx/templates/openstates/bill_detail.html index ed69e16..49534d8 100644 --- a/src/influencetx/templates/openstates/bill_detail.html +++ b/src/influencetx/templates/openstates/bill_detail.html @@ -60,4 +60,5 @@

Bill Details

+


{% endblock content %} diff --git a/src/influencetx/templates/pages/about.html b/src/influencetx/templates/pages/about.html index a748ebf..dac7f83 100644 --- a/src/influencetx/templates/pages/about.html +++ b/src/influencetx/templates/pages/about.html @@ -26,4 +26,5 @@

Get Involved

TOS and Privacy

Please read our TOS and Privacy Policy. +


{% endblock content %} diff --git a/src/influencetx/templates/pages/footer.html b/src/influencetx/templates/pages/footer.html new file mode 100644 index 0000000..d5c1c94 --- /dev/null +++ b/src/influencetx/templates/pages/footer.html @@ -0,0 +1,15 @@ + diff --git a/src/influencetx/templates/pages/home.html b/src/influencetx/templates/pages/home.html index a385861..6dbac29 100644 --- a/src/influencetx/templates/pages/home.html +++ b/src/influencetx/templates/pages/home.html @@ -17,4 +17,6 @@ +


+{% include "pages/footer.html" %} {% endblock content %} diff --git a/src/influencetx/tpj/templates/tpj/donor_detail.html b/src/influencetx/tpj/templates/tpj/donor_detail.html index 2de469d..a2120d0 100644 --- a/src/influencetx/tpj/templates/tpj/donor_detail.html +++ b/src/influencetx/tpj/templates/tpj/donor_detail.html @@ -36,7 +36,8 @@
Top Contributions
{% endfor %} - +


+{% include "pages/footer.html" %} {% endblock content %} {% block javascript %} diff --git a/src/influencetx/tpj/templates/tpj/donor_list.html b/src/influencetx/tpj/templates/tpj/donor_list.html index 78e8f39..a928ab5 100644 --- a/src/influencetx/tpj/templates/tpj/donor_list.html +++ b/src/influencetx/tpj/templates/tpj/donor_list.html @@ -27,7 +27,7 @@

Top Donors

{% endfor %} - +
{% endblock content %} {% block javascript %}