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
+