diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-18 14:44:12 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-18 14:44:12 +0000 |
| commit | 498a8e85f358a26617b7758f6cdcb950d52b7405 (patch) | |
| tree | 149774d7b233fb5c344771d1ce17c998b7cec791 /translator/styles.css | |
| parent | 3831821cb8b02318946e9503df2ee0a16e833244 (diff) | |
- added localization stats table
git-svn-id: https://svn.roundcube.net/trunk@2173 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'translator/styles.css')
| -rw-r--r-- | translator/styles.css | 26 |
1 files changed, 26 insertions, 0 deletions
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; +} /*****************/ |
