diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-11 10:00:50 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-11 10:00:50 +0000 |
| commit | 7de99230cdc816fe1c3985b2fd303d1b43619d84 (patch) | |
| tree | 3a470d5cd60bfb22673e5eac65ad953b49187a6b | |
| parent | e273a26dd896e19dea35450a805727c218449392 (diff) | |
#1485621: fix 'size' column name with sort icon
git-svn-id: https://svn.roundcube.net/trunk@2146 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 7ca74b1fa..18fcd127f 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -567,6 +567,11 @@ body.messagelist vertical-align: middle; } +#messagelist thead tr td.size +{ + text-align: left; +} + #messagelist tr td.from, #messagelist tr td.to { |
