Browse Source

Ajuste de layout e busca da barra interlegis

producao
Marcio Mazza 10 years ago
parent
commit
e16064e9fe
  1. 13
      sigiStatic/css/globalnav-estilos.css
  2. 7
      templates/admin/base_site.html

13
sigiStatic/css/globalnav-estilos.css

@ -2,9 +2,9 @@
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;
border-bottom: 4px solid #b8b8b8;
height: 40px;
margin: 0 auto 10px;
position: relative;
text-transform: capitalize;
clear: both;
@ -36,9 +36,8 @@
bottom: 0.33em;
color: #a6a6a6;
font-size: 0.8em;
height: 1.4em;
margin-left: 1.4em;
height: 2em;
padding: 0.4em 1em 0 2.5em;
position: relative;
width: 97px;
}
width: 140px;
}

7
templates/admin/base_site.html

@ -18,11 +18,8 @@
{% block container-top %}
<ul id="globalnavbar">
<li class="globalnav-busca">
<form action="http://www.interlegis.leg.br/pesquisa">
<input type="hidden" name="cx" value="005989114056755709513:jxifhn8vsyw" />
<input type="hidden" name="cof" value="FORID:10" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="8" maxlength="255" value="Pesquisar" onBlur="if (this.value == '') { this.value = 'Pesquisar'; }" onFocus="if (this.value == 'Pesquisar') { this.value = ''; }" />
<form action="http://www.interlegis.leg.br/search">
<input type="text" name="SearchableText" size="8" placeholder="Pesquisar" />
</form>
</li>
<li><a href="http://saberes.interlegis.leg.br/" title="Saberes - Ambiente de Aprendizagem a Distância" class="globalnav-saberes">Saberes</a></li>

Loading…
Cancel
Save