diff --git a/sapl/settings.py b/sapl/settings.py index 44d0bbd1e..92a03d278 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -171,6 +171,7 @@ BOWER_INSTALLED_APPS = ( 'jquery-runner', 'jQuery-Mask-Plugin', 'jsdiff', + 'https://github.com/hoarrd/drunken-parrot-flat-ui.git', ) # Additional search paths for SASS files when using the @import statement diff --git a/static/styles/app.scss b/static/styles/app.scss index a36f11de7..af748caa8 100644 --- a/static/styles/app.scss +++ b/static/styles/app.scss @@ -1,3 +1,35 @@ -@import "bootstrap"; + +//@import "bootstrap"; +@import "bootstrap/variables.scss"; @import "header"; +.vcenter { + display: inline-block; + vertical-align: middle; + float: none; +} + +.masthead { +// border-bottom: 1px solid #D6E1E5; + padding: 10px; + h1 { + font-size: 22px; + margin: 10px; + } + img { + margin-right: $navbar-padding-horizontal; + } +} + +.navbar { + margin-bottom: 0; +} + +// TODO: ajust all the hx sizes from drunken parrot +h1, +.h1 { + font-size: 30px; +} +.page-header { + margin: 20px 0px 10px; +} diff --git a/templates/base.html b/templates/base.html index e43dd814a..428f91320 100644 --- a/templates/base.html +++ b/templates/base.html @@ -16,8 +16,11 @@ {# Styles #} + + + {# Scripts #} {# modernizr must be in head (see http://modernizr.com/docs/#installing) #} @@ -39,15 +42,6 @@ - - {% if logotipo %} - - {% else %} - - {% endif %} - - {{ parliament_type }} {% trans 'de' %} {{ city }} - {{ state }} -
diff --git a/templates/sessao/sessaoplenaria_detail.html b/templates/sessao/sessaoplenaria_detail.html index 2bf47cbe3..40af99618 100644 --- a/templates/sessao/sessaoplenaria_detail.html +++ b/templates/sessao/sessaoplenaria_detail.html @@ -2,28 +2,47 @@ {% load i18n %} {% block actions %} {% endblock %} {% block sections_nav %} -