diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-27 07:24:11 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-27 07:24:11 +0000 |
| commit | 526541cc8b9c8d0e6ef60d50e15d1e785b8c6d53 (patch) | |
| tree | 8e810011c290a2bbb7cafdbe1b36938e1530d404 /roundcubemail/skins/default | |
| parent | eada29b98c44f8afbd8929f78df167e0c5d09326 (diff) | |
- fix attachment mimetype setting after upload
- move style of delete button in attachment-list to mail.css file
git-svn-id: https://svn.roundcube.net/trunk@2431 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index ab4579eb9..c66998dd9 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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; |
