diff options
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; +} /*****************/ |
