diff options
author | alecpl <alec@alec.pl> | 2011-02-08 09:13:04 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-02-08 09:13:04 +0000 |
commit | 768091e09416cc071eee1224000f67fe6cae16ac (patch) | |
tree | 373bc1927ee7b240859bfe2bee57d0d3f28a371e /skins/default/mail.css | |
parent | de62f02eed97d533ab9cf187c80125297e025065 (diff) |
- Make so addcontact icon doesn't jump alone to next line
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 1eb82cb08..0ac7aa03a 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -1046,6 +1046,11 @@ table.headers-table tr td.subject font-weight: bold; } +table.headers-table tr td.header span +{ + white-space: nowrap; +} + #attachment-list { margin: 0; |