diff options
author | thomascube <thomas@roundcube.net> | 2008-09-12 12:31:16 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-12 12:31:16 +0000 |
commit | 71f3d6bba09e2f3c5c4462f17d20c78e7bc17e85 (patch) | |
tree | 9cd44552046585441c94773ff5768092a3f8bb36 /skins/default | |
parent | 1399db0506c83107e27f3bbd4fef89089c8d17c9 (diff) |
Pimped some css styles
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/mail.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 1502bd22d..dae8806d8 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -1001,6 +1001,12 @@ table.headers-table tr td.more-headers border-bottom: 0; } +table.headers-table tr td.all +{ + padding: 2px 6px 4px 6px; + border-bottom: 0; +} + td.show-headers { background: url(images/icons/down_small.gif) no-repeat center; |