Add bottom margin

This is is necessary in mobile displays, so that the options button row has
space and is not directly on top of e.g. the breadcrumbs.
This commit is contained in:
Roland Geider
2016-09-28 21:18:49 +02:00
parent 3b3dd0a08e
commit 397be55f7f
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ browsing the site as the user "{{current_user}}", all actions are performed on h
{% block title %}{% endblock %}
</h2>
</div>
<div class="col-sm-4" style="padding-top: 15px;">
<div class="col-sm-4" style="padding-top: 15px; padding-bottom: 15px;">
<div class="btn-group">
{% block options %}

View File

@@ -24,7 +24,7 @@ browsing the site as the user "{{current_user}}", all actions are performed on h
{% block title %}{% endblock %}
</h2>
</div>
<div class="col-sm-4" style="padding-top: 15px;">
<div class="col-sm-4" style="padding-top: 15px; padding-bottom: 15px;">
<div class="btn-group">
{% block options %}