Skip to content

Commit

Permalink
Filter presets beautified
Browse files Browse the repository at this point in the history
  • Loading branch information
riot committed Mar 24, 2016
1 parent e8739f4 commit df43c5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions landmatrix/static/css/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -1989,6 +1989,11 @@ a.remove-ybd:hover {
margin: 0;
}

#filters ul.presets a,
#filters ul.presets h4 {
margin-left: 15px !important;
}

#filters ul.variables ul li a {
display: block;
padding: 0 15px 0 30px;
Expand Down
4 changes: 2 additions & 2 deletions templates/filters.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<form>
{% csrf_token %}
<div class="col-md-10" id="filterlist">
<label>{% trans "No active filters" %}:</label>
<label>{% trans "No active filters" %}</label>
</div>
</form>
<div class="col-md-2 text-right">
Expand All @@ -25,7 +25,7 @@
<div id="manage-filters" class="clearfix collapse">
<div class="row">
<div class="col-md-3 filterbox no-pad">
<ul class="variables">
<ul class="presets variables">
<li>
<h4>Preset Category Label</h4>
<ul>
Expand Down

0 comments on commit df43c5e

Please sign in to comment.