diff options
author | alecpl <alec@alec.pl> | 2009-04-27 07:24:11 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-04-27 07:24:11 +0000 |
commit | 1fb5874f276e9ce7731e8f166b19a371ce33b894 (patch) | |
tree | b67adc45310189e4d7e13d8b82285b135ef62193 /skins | |
parent | c5d8db9f818dd622c8cd6f915a1b1ba7af51d4c6 (diff) |
- fix attachment mimetype setting after upload
- move style of delete button in attachment-list to mail.css file
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/mail.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index ab4579eb9..c66998dd9 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -1016,6 +1016,12 @@ div.message-htmlpart div.rcmBody overflow: hidden; } +#compose-attachments ul li img +{ + padding-right: 2px; + vertical-align: middle; +} + #attachment-title { background: url(images/icons/attachment.png) top left no-repeat; |