Style translator
This commit is contained in:
parent
dd2892e020
commit
2223744871
@ -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%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user