Commit 0e0d282c authored by Michal Čihař's avatar Michal Čihař

Smaller margin around pagination

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent b1d258a8
......@@ -18,16 +18,16 @@
{% block content %}
{% if perms.trans.save_translation %}
<a href="{% url 'zen' project=unit.translation.subproject.project.slug subproject=unit.translation.subproject.slug lang=unit.translation.language.code %}?sid={{ search_id }}" title="{% trans "Edit in Zen mode" %} (experimental)" class="btn btn-default pull-right flip"><span class="glyphicon glyphicon-fullscreen"></span> {% trans "Zen" %}</a>
{% endif %}
{% with unit.translation as object %}
{% include "show-lock.html" %}
{% endwith %}
{% with unit.get_comments as comments %}
{% if perms.trans.save_translation %}
<a href="{% url 'zen' project=unit.translation.subproject.project.slug subproject=unit.translation.subproject.slug lang=unit.translation.language.code %}?sid={{ search_id }}" title="{% trans "Edit in Zen mode" %} (experimental)" class="btn btn-default pull-right flip"><span class="glyphicon glyphicon-fullscreen"></span> {% trans "Zen" %}</a>
{% endif %}
<ul class="pagination">
<li><a id="button-first" href="{{ first_unit_url }}" title="{% trans "First" %}"><span class="glyphicon glyphicon-step-backward"></span></a></li>
<li><a id="button-prev" href="{{ prev_unit_url }}" title="{% trans "Previous" %}"><span class="glyphicon glyphicon-backward"></span></a></li>
......
......@@ -69,12 +69,15 @@ footer a {
list-style: none;
padding: 0;
}
.pagination {
margin: 5px 0;
}
.paginatoraddon {
display: inline-block;
margin: 20px 0;
padding-left: 0px;
vertical-align: top;
margin: 5px 0;
}
.paginatoraddon label:after {
content: ":";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment