From 22237448715e5415258282666d5763710dacaeeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 29 Feb 2012 13:32:19 +0100 Subject: [PATCH] Style translator --- html/translate.html | 2 +- media/css/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/html/translate.html b/html/translate.html index 268eb3fdb..5764ff367 100644 --- a/html/translate.html +++ b/html/translate.html @@ -14,7 +14,7 @@ - + {% if unit.is_plural %} {% else %}
{% trans "Source" %}{% trans "Translation" %}
{% trans "Source" %}{% trans "Translation" %}
{{ unit.source }} diff --git a/media/css/style.css b/media/css/style.css index 29fa13e82..786a6107d 100644 --- a/media/css/style.css +++ b/media/css/style.css @@ -18,3 +18,7 @@ ul.footer li{ ul.footer a{ color:#333; } +table.translator th.source { + width: 30em; + max-width: 50%; +}