diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-12 12:31:16 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-12 12:31:16 +0000 |
| commit | d16c85552af3042110b6daa00eda9b3ee808a3f0 (patch) | |
| tree | ee2778b29b6cf115b2e6e1f33758fd41b2d78d67 | |
| parent | eee55bc6de84ff4b41e18bac8c0ca3f68287c71a (diff) | |
Pimped some css styles
git-svn-id: https://svn.roundcube.net/trunk@1769 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 1502bd22d..dae8806d8 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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; |
