diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-07-10 09:11:39 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-07-10 09:11:39 +0200 |
commit | 801babced9216a7e3f4272dadf9922fe01c0e048 (patch) | |
tree | a2c87c4d731eebd149d4506ed6dc7324b3214459 | |
parent | 8efdd9caf7e7c76c76a5335362d9cc4a96c32ae4 (diff) |
Right-align size column header
-rw-r--r-- | skins/classic/mail.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/skins/classic/mail.css b/skins/classic/mail.css index d6171f1db..b8cc9f351 100644 --- a/skins/classic/mail.css +++ b/skins/classic/mail.css @@ -683,9 +683,10 @@ table.messagelist.fixedcopy text-decoration: none; } -.messagelist thead tr td.size +.messagelist thead tr td.size.sortedASC a, +.messagelist thead tr td.size.sortedDESC a { - text-align: left; + padding-right: 18px; } .messagelist thead tr td.subject |