From 498a8e85f358a26617b7758f6cdcb950d52b7405 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 18 Dec 2008 14:44:12 +0000 Subject: - added localization stats table git-svn-id: https://svn.roundcube.net/trunk@2173 208e9e7b-5314-0410-a742-e7e81cd9613c --- translator/styles.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'translator/styles.css') diff --git a/translator/styles.css b/translator/styles.css index 0e02c05ab..49e884df5 100644 --- a/translator/styles.css +++ b/translator/styles.css @@ -95,6 +95,32 @@ fieldset { font-size: x-small; } +table.stats td { + width: 350px; + vertical-align: top; +} + +table.langstats { + width: 300px; + border-collapse: collapse; + border: 1px #999 solid; +} + +td.lang { + width: 240px; + white-space: nowrap; + text-align: left; +} + +td.percent { + width: 60px; + white-space: nowrap; + text-align: right; +} + +td.zebra { + background-color: silver; +} /*****************/ -- cgit v1.2.3