fix alignment of buttons beside H3 tags

This commit is contained in:
Laura Klünder 2017-06-11 01:28:01 +02:00
parent cae31c3993
commit 70a956a945
2 changed files with 3 additions and 1 deletions

View file

@ -64,7 +64,7 @@ body:not(.map-enabled) #sidebar {
display:none;
}
#sidebar h3 {
margin-top:5px;
margin-top:3px;
}
a.list-group-item, a.list-group-item:hover {
color:#158cba;

View file

@ -24,6 +24,8 @@
{% include 'editor/fragment_child_models.html' %}
<div class="clearfix"></div>
{% if section.on_top_of == None %}
<a class="btn btn-default btn-sm pull-right" accesskey="n" href="{% url 'editor.sections_on_top.create' on_top_of=section.pk %}">
{% blocktrans %}New {{ model_title }}{% endblocktrans %}