Commit 319f58ad authored by Michal Čihař's avatar Michal Čihař

Slighly compacten translation view

There was a bit too much of spaces around some controls.

Issue #629
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 09066c17
......@@ -46,7 +46,7 @@
<div class="row">
<div class="col-sm-9">
<form action="{{ this_unit_url }}" method="post" class="translation-form">
<form action="{{ this_unit_url }}" method="post" class="translation-form translator">
<div class="panel panel-primary">
<div class="panel-heading"><span class="pull-right flip">
......
......@@ -30,7 +30,6 @@
{% csrf_token %}
{{ item.form.checksum }}
{{ item.form.target }}
<br />
{{ item.form.fuzzy }} <label for="id_{{ item.unit.checksum }}_fuzzy">{% trans "Fuzzy" context "Message is fuzzy" %}</label>
</form>
</td>
......
......@@ -85,6 +85,16 @@ footer a {
.paginatoraddon label:after {
content: ":";
}
.translator .form-group {
margin-bottom: 5px;
}
.translator .list-group {
margin-bottom: 0;
}
.translator .checkbox {
margin-bottom: 0;
margin-top: 0;
}
.paginatoraddon .form-group {
margin-bottom: 0px;
}
......
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