diff options
author | alecpl <alec@alec.pl> | 2009-09-14 12:25:40 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-09-14 12:25:40 +0000 |
commit | 6c4c5b1975d2b4fd5a6e8a40b3e90a4a14a2c322 (patch) | |
tree | 43fd9a94a2b636f5fbfb75d9e4c05db9ba81c539 /skins | |
parent | dc00400634fdfac61f49bccce3c9a9f262135d92 (diff) |
- small css improvement
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/mail.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 48e48efd8..a095fd15d 100644 --- a/skins/default/mail.css +++ b/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 |