Commit 22237448 authored by Michal Čihař's avatar Michal Čihař

Style translator

parent dd2892e0
......@@ -14,7 +14,7 @@
<input type="hidden" name="type" value="{{ type }}" />
<input type="hidden" name="oldpos" value="{{ unit.position }}" />
<table class="translator">
<tr><th>{% trans "Source" %}</th><th>{% trans "Translation" %}<th></tr>
<tr><th class="source">{% trans "Source" %}</th><th>{% trans "Translation" %}<th></tr>
{% if unit.is_plural %}
{% else %}
<tr><td>{{ unit.source }}</td><td colspan="2">
......
......@@ -18,3 +18,7 @@ ul.footer li{
ul.footer a{
color:#333;
}
table.translator th.source {
width: 30em;
max-width: 50%;
}
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