diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-10-24 11:38:32 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-10-24 11:38:32 +0200 |
commit | e377ed30d204f6b7315df98443f20c6628cb9673 (patch) | |
tree | 724f84f6993ed320d4fe2fa6c758d14febcdc8d1 /skins/larry/mail.css | |
parent | f0affa6cc29ac05c1b73f47efe2c8751e3ca4c87 (diff) |
Align size column title to the left to fix overlapping with sorting arrows
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 95d76c596..76ca4edfa 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -415,12 +415,15 @@ a.iconbutton.threadmode.selected { border-left: 0; } - #messagelist tr td.size { width: 60px; text-align: right; } +#messagelist thead tr td.size { + text-align: left; +} + #messagelist tr td.fromto, #messagelist tr td.from, #messagelist tr td.to, |