diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-12-11 08:31:07 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-12-11 08:31:07 +0100 |
commit | 25bf00ecbc2cab20ce66845513980b83b03f7c49 (patch) | |
tree | bc5bda79cbafd35ed1c2d5e4461d43dca8324f49 /skins/classic | |
parent | d9f109b56af2015eae7aadc5e87c06365854eda0 (diff) | |
parent | 31521613e40bb57f430591bab30de2c202637db2 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/classic')
-rw-r--r-- | skins/classic/mail.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/skins/classic/mail.css b/skins/classic/mail.css index 85c53d569..98325d9d2 100644 --- a/skins/classic/mail.css +++ b/skins/classic/mail.css @@ -1070,6 +1070,17 @@ table.headers-table background-color: #F4F4F4; } +#messagebody table.headers-table +{ + margin: 16px 6px 6px 6px; +} + +div.message-partheaders + div.message-part +{ + border-top: 0; + padding-top: 4px; +} + table.headers-table tr td { font-size: 11px; |