diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-14 12:25:40 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-14 12:25:40 +0000 |
| commit | 357593e364d5be464bdafbdd462b7c8bf799eb89 (patch) | |
| tree | 00dca4debe395fa7588d89e8fc738a49a3a45ba8 /roundcubemail | |
| parent | 8fc99a74d66ccbc9f55cc7f8cc1da753f8d043dd (diff) | |
- small css improvement
git-svn-id: https://svn.roundcube.net/trunk@2955 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 48e48efd8..a095fd15d 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -1254,8 +1254,12 @@ div.message-htmlpart div.rcmBody #attachment-title { + color: #666666; + font-weight: bold; + font-size: 11px; background: url(images/icons/attachment.png) top left no-repeat; - padding: 0px 0px 3px 22px; + padding: 0px 0px 3px 18px; + margin-left: 3px; } #attachment-form |
