Browse Source

Merge branch 'correcao-etiqueta' of github.com:interlegis/sigi into correcao-etiqueta

stable/1.0
Sesostris Vieira 11 years ago
parent
commit
8c3512c916
  1. 44
      media/css/globalnav-estilos.css
  2. 2
      sigi/templates/admin/base_site.html

44
media/css/globalnav-estilos.css

@ -0,0 +1,44 @@
#globalnavbar {
font-family: Tahoma, Arial, sans-serif;
font-size: 12pt;
background: #fff url(http://www.interlegis.gov.br/globalnav-logo.gif) no-repeat 0.75em 0.5em;
border-bottom: 6px solid #b8b8b8;
height: 30px;
margin: 0 auto;
position: relative;
text-transform: capitalize;
clear: both;
}
#globalnavbar li {
border-right: 2px solid #b8b8b8;
float: right;
font-size: 0.9em;
font-weight: bold;
height: 20px;
list-style: none;
margin-top: 10px;
padding: 0 36px;
text-align: right;
line-height: 1.25em;
}
#globalnavbar .globalnav-portal { color: #58595b; }
#globalnavbar .globalnav-intranet { color: #eda406; }
#globalnavbar .globalnav-colab { color: #007f3e; }
#globalnavbar .globalnav-saberes { color: #184e82; }
#globalnavbar li.globalnav-busca { border: 0; padding: 0 0 0 7px; }
#globalnavbar li a { border: 0; text-decoration: none; }
#globalnavbar li a:hover { background: none; text-decoration: underline; }
#globalnavbar input {
background: #fff url(http://www.interlegis.gov.br/globalnav-buscar.gif) no-repeat bottom;
border: 0;
bottom: 0.33em;
color: #a6a6a6;
font-size: 0.8em;
height: 1.4em;
margin-left: 1.4em;
padding: 0.4em 1em 0 2.5em;
position: relative;
width: 97px;
}

2
sigi/templates/admin/base_site.html

@ -4,7 +4,7 @@
{% block title %}{{ title }} | SIGI{% endblock %} {% block title %}{{ title }} | SIGI{% endblock %}
{% block extrastyle %} {% block extrastyle %}
<link rel="stylesheet" type="text/css" href="http://www.interlegis.leg.br/globalnav-estilos.css" /> <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/globalnav-estilos.css" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/base_site.css" /> <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/base_site.css" />
{% endblock %} {% endblock %}

Loading…
Cancel
Save