From 591b98f326957d7e95f9be7ea8d1ac12bb8c289f Mon Sep 17 00:00:00 2001 From: Zambom Date: Fri, 30 Dec 2016 19:12:06 -0200 Subject: [PATCH] Updating layout --- amadeus/static/css/base/amadeus.css | 21 ++++++++++++++++++++- amadeus/templates/base.html | 23 ++++++++++++----------- 2 files changed, 32 insertions(+), 12 deletions(-) diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 19fe555..0599f72 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -2,7 +2,7 @@ /* sidebar menu */ #sidebar-menu{ - margin-left: 30%; + -webkit-padding-start: 0px; } #sidebar-menu .item{ font-size: 45px; @@ -154,6 +154,20 @@ height: 32px; width: 32px; } +.navbar .project_name { + margin-top: -5px; + font-weight: normal; + padding-left: 10px; + font-size: 20px; + color: white; +} + +.navbar-nav li > a.profile { + padding-top: 0px !important; + padding-bottom:15px; + padding-right:0px; + padding-left: 0px; +} .navbar-nav li > a { font-size: 28px; @@ -563,6 +577,11 @@ a.alert_message:hover{color : grey} background: #F5F5F5; } +.container-fluid { + padding-left: 40px; + padding-right: 40px; +} + body .container .jumbotron-inverse, body .container .well-inverse, body .container-fluid .jumbotron-inverse, body .container-fluid .well-inverse { background-color: white; } diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index ddf7d9f..b5c8738 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -70,7 +70,10 @@ - + + + Projeto Amadeus + @@ -119,27 +122,25 @@ {% endif %} -
  • - - +
  • + +
  • -
  • - -
  • {% endblock %}