diff --git a/sigi/apps/servicos/templates/servicos/casa_manifesta.html b/sigi/apps/servicos/templates/servicos/casa_manifesta.html
index e720a55..6b5942f 100644
--- a/sigi/apps/servicos/templates/servicos/casa_manifesta.html
+++ b/sigi/apps/servicos/templates/servicos/casa_manifesta.html
@@ -15,10 +15,7 @@
{% block coltype %}colMS{% endblock %}
{% block bodyclass %}casa-manifesta change-form{% endblock %}
-{% block nav-global %}
-
diff --git a/sigiStatic/css/base_site.css b/sigiStatic/css/base_site.css
index f397dfb..2d9afeb 100644
--- a/sigiStatic/css/base_site.css
+++ b/sigiStatic/css/base_site.css
@@ -15,103 +15,6 @@ a:hover {
text-decoration: none;
}
-#nav-global {
- border: none;
- border: 0px;
- margin: 0px;
- padding: 0px;
- font-size: 14px;
- font-weight: bold;
- clear: both;
-}
-
-#nav-global ul { /*background:#222;*/
- background: #efefef url("../../static/admin/img/nav-bg.gif");
- /*#9C9C9C;*/
- height: 25px;
- margin: 0;
- padding: 0;
-}
-
-#nav-global li {
- float: left;
- list-style: none;
- padding: 0px;
-}
-
-#nav-global li a {
- /*background: url("../img/menu/seperator.gif") bottom right no-repeat;*/
- color: #cccccc;
- display: block;
- font-weight: normal;
- line-height: 25px;
- margin: 0px;
- padding: 0px 15px;
- text-align: center;
- text-decoration: none;
- /*font-size: medium;*/
-}
-
-#nav-global li a:link,#nav-global li a:visited {
- color: black;
-}
-
-#nav-global li a:hover,#nav-global ul li:hover a {
- background-color: #333;
- color: #FFFFFF;
- text-decoration: none;
-}
-
-#nav-global li ul {
- background: #333;
- display: none;
- height: auto;
- padding: 0px;
- margin: 0px;
- border: 0px;
- position: absolute;
- width: 200px;
- z-index: 200;
- /*top:1em;*/ /*left:0;*/
-}
-
-#nav-global li:hover ul {
- display: block;
-}
-
-#nav-global li li {
- background: url('../img/menu/sub_sep.gif') bottom left no-repeat;
- display: block;
- float: none;
- margin: 0px;
- padding: 0px;
- width: 200px;
-}
-
-#nav-global li:hover li a {
- background: none;
-}
-
-#nav-global li ul a {
- display: block;
- height: 25px;
- font-style: normal;
- margin: 0px;
- padding: 0px 10px 0px 15px;
- text-align: left;
-}
-
-#nav-global li ul a:hover,#nav-global li ul li:hover a {
- background-color: #393939;
- border: 0px;
- color: #ffffff;
- text-decoration: none;
-}
-
-#nav-global p {
- clear: left;
-}
-
div.breadcrumbs {
display: none;
}
diff --git a/templates/503.html b/templates/503.html
index ed5fbe0..57dee54 100644
--- a/templates/503.html
+++ b/templates/503.html
@@ -3,14 +3,14 @@
{% block title %}Serviço em manutenção (503) | SIGI{% endblock %}
{% block branding %}{% endblock %}
-{% block nav-global %}{% endblock %}
+{% block menu-principal %}{% endblock %}
{% block breadcrumbs %}{% endblock %}
{% block content %}
SIGI em manutenção
Esta página está atualmente em manutenção! Por favor, tente
- novamente mais tarde.
+ novamente mais tarde.
Obrigado pela paciência,
Serviço de Pesquisa e Desenvolvimento Tecnológico (SPDT)
diff --git a/templates/admin/base.html b/templates/admin/base.html
index 778e62d..f627d1d 100644
--- a/templates/admin/base.html
+++ b/templates/admin/base.html
@@ -120,6 +120,8 @@
+
+ {% block menu-principal %}