fix alignment of buttons beside H3 tags
This commit is contained in:
parent
cae31c3993
commit
70a956a945
2 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue