Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/webroot/css/localizers.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/webroot/css/localizers.css')
-rw-r--r--site/app/webroot/css/localizers.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/site/app/webroot/css/localizers.css b/site/app/webroot/css/localizers.css
index 6213973..ee81a39 100644
--- a/site/app/webroot/css/localizers.css
+++ b/site/app/webroot/css/localizers.css
@@ -46,6 +46,7 @@ table.translatedSection th {
table.translatedSection td {
padding: 5px;
font-size: 80%;
+ vertical-align: top;
}
table.translatedSection td.field {
font-weight: bold;
@@ -56,3 +57,10 @@ table.translatedSection td.enus {
table.translatedSection td.localized {
border-left: 1px solid gray;
}
+table.translatedSection input {
+ width: 100%;
+}
+table.translatedSection textarea {
+ width: 100%;
+ height: 8em;
+}