diff --git a/static/css/footer.css b/static/css/footer.css index ebd6fac..689b5d1 100644 --- a/static/css/footer.css +++ b/static/css/footer.css @@ -48,6 +48,7 @@ .footer-gov .institucionais a{ display:table-cell; vertical-align: middle; + float: right; } .footer-gov a:hover{ @@ -64,6 +65,10 @@ padding-bottom: 10px; } +.footer-gov .logo-brasil img{ + padding-right: 0; +} + .go-top{ font-size: 13px; height: 2em; diff --git a/static/css/header.css b/static/css/header.css index a7c6efc..0f77780 100644 --- a/static/css/header.css +++ b/static/css/header.css @@ -127,7 +127,6 @@ #search-form #header-searchbox{ width: 100%; border-radius: 5px 0px 0px 5px; - border-right: none; background: #fff; } diff --git a/static/css/screen.css b/static/css/screen.css index c70ef55..d7cb08e 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -452,8 +452,3 @@ span.highlighted { .chart > p > label { margin: 0 2px; } - -.row { - margin-left: 0; - margin-right: 0; -} diff --git a/templates/footer.html b/templates/footer.html index 9628c6e..c6639cc 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -13,7 +13,7 @@
@@ -59,7 +48,8 @@ {% trans "Information access" %}
- {% trans "Republic Presidency General Secretary" %}{% trans "Brazil - Federal Government" %} + {% trans "Brazil - Federal Government" %} + {% trans "Republic Presidency General Secretary" %}
diff --git a/templates/header.html b/templates/header.html index a2ff4f7..f9d5990 100644 --- a/templates/header.html +++ b/templates/header.html @@ -34,7 +34,7 @@ {% trans "High contrast" %}
  • - {% trans "Site map" %} + {% trans "Site map" %}
  • {% if not user.is_authenticated %} @@ -87,7 +87,7 @@