summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-07-10 09:11:39 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-07-10 09:11:39 +0200
commit801babced9216a7e3f4272dadf9922fe01c0e048 (patch)
treea2c87c4d731eebd149d4506ed6dc7324b3214459 /skins
parent8efdd9caf7e7c76c76a5335362d9cc4a96c32ae4 (diff)
Right-align size column header
Diffstat (limited to 'skins')
-rw-r--r--skins/classic/mail.css5
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