Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eos87 committed Oct 27, 2010
1 parent 12f99f6 commit 590f0dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions files/css/fed.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ button{
color: #fff;
font-family: 'Trebuchet MS', sans-serif;
font-size: 17px;
margin-left: 10px;
margin-left: 8px;
outline: none;
}
button:hover{
Expand Down Expand Up @@ -497,6 +497,6 @@ option{
margin-right: 10px;
}
#id_organizacion{
height: 120px;
height: 100px;
overflow: auto;
}
5 changes: 3 additions & 2 deletions templates/fed/influencia.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,19 @@
<label class="aux">{{form.organizacion.label}}</label><br>
{{form.organizacion}}
<a href="#" class="selector-chooseall" id="select_organizacion">Selecciona todos</a>
<br><br>
<br>
<label class="aux">{{form.resultado.label}}</label><br>
{{form.resultado}}
<a href="#" class="selector-chooseall" id="select_resultados">Selecciona todos</a>
<br><br>
<br>
<label class="aux">{{form.periodo.label}}</label><br>
{{form.periodo}}<br><br>
<label class="aux">{{form.anio.label}}</label><br>
{{form.anio}}<br><br>
<div class="clean">
<button type="submit">Consultar</button><button name="png" id="guardar" type="button">Guardar Mapa</button>
</div>
<br>
</form>
</div>
<div class="mapa">
Expand Down

0 comments on commit 590f0dc

Please sign in to comment.