diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-31 09:05:55 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-31 09:05:55 +0000 |
| commit | 3b5c56c5da6b27090b921e8819131a669644eb05 (patch) | |
| tree | 02455bc464cd3ffeb5340e8efa8208ebeb8c055e | |
| parent | b7232afc57ad64e9f04554e8e1807249c722efb3 (diff) | |
- removed unused style
git-svn-id: https://svn.roundcube.net/trunk@2579 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 84d43954b..c2501540a 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -801,8 +801,17 @@ table.headers-table tr td.all color: #666666; text-align: left; padding-right: 10px; - vertical-align: center; text-align: center; + padding: 2px 6px 4px 6px; + border-bottom: 0; +} + +table.headers-table tr td.more-headers +{ + cursor: pointer; + width: 100%; + height: 8px; + border-bottom: 0; } #attachment-list @@ -1103,20 +1112,6 @@ div.message-htmlpart div.rcmBody margin-top: 4px; } -table.headers-table tr td.more-headers -{ - cursor: pointer; - width: 100%; - height: 8px; - 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; |
