Skip to content

Commit

Permalink
fix grafici
Browse files Browse the repository at this point in the history
  • Loading branch information
luk156 committed Jul 17, 2013
1 parent 954583d commit bf15f14
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions get2/calendario/static/style-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -475,4 +475,14 @@ Back to top button
padding-top: 2px;
height: 100px;
width:100%;
}

#filtro_calendario{
padding-left: 10px;
border-bottom: 1px solid #ddd;
margin-bottom: 5px;
}

#filtro_calendario form {
margin: 0px 0px 5px;
}
2 changes: 1 addition & 1 deletion get2/calendario/templates/calendario.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% block header %}
{% if request.user.is_staff %}
<div class="btn-group pull-right">
<a class="btn " href="#" onclick="$('#filtro_calendario').slideDown();"><i class="icon-filter"> </i> Filtra</a>
<a class="btn {% if request.session.form_data %}active{% endif %}" href="#" onclick="$('#filtro_calendario').slideDown(); $(this).addClass('active');"><i class="icon-filter"> </i> Filtra</a>
<a class="btn " href="/turno/{{cal_id}}/nuovo"><i class="icon-plus"> </i> Nuovo Turno</a>
</div>
<h4 class="header">
Expand Down

0 comments on commit bf15f14

Please sign in to comment.