diff --git a/static/styles/app.scss b/static/styles/app.scss index af748caa8..da3f17e2b 100644 --- a/static/styles/app.scss +++ b/static/styles/app.scss @@ -10,21 +10,32 @@ } .masthead { -// border-bottom: 1px solid #D6E1E5; padding: 10px; - h1 { - font-size: 22px; - margin: 10px; - } + .nav { + margin-top: 65px; + } + .navbar-brand { + color: $headings-color; + font-size: 24px; img { margin-right: $navbar-padding-horizontal; } + small { + color: #93A4AA; + font-size: 75%; + line-height: 25px; + } + } } .navbar { margin-bottom: 0; } +.navbar-brand { + padding: 0px; +} + // TODO: ajust all the hx sizes from drunken parrot h1, .h1 { diff --git a/templates/base.html b/templates/base.html index 428f91320..2a2920a7b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -114,13 +114,18 @@ {% block main_header %}
- Logo -

- {# XXX Make better use of translation tags in html blocks ie. actually use the proper blocktrans tag efficiently #} - {{ parliament_type }} {% trans 'de' %} {{ city }} - {{ state }} -
{% trans 'Sistema de Apoio ao Processo Legislativo' %} -

+ + {% block sections_nav %}{% endblock %}
{% endblock main_header %} @@ -158,8 +163,6 @@ {% endblock base_header %} - {% block sections_nav %}{% endblock %} - {# Content per se #} {% block base_content %}{% endblock %} diff --git a/templates/sessao/sessaoplenaria_detail.html b/templates/sessao/sessaoplenaria_detail.html index 40af99618..0932ca317 100644 --- a/templates/sessao/sessaoplenaria_detail.html +++ b/templates/sessao/sessaoplenaria_detail.html @@ -3,7 +3,7 @@ {% block actions %} {% endblock %} {% block sections_nav %} -