summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-04-27 07:24:11 +0000
committeralecpl <alec@alec.pl>2009-04-27 07:24:11 +0000
commit1fb5874f276e9ce7731e8f166b19a371ce33b894 (patch)
treeb67adc45310189e4d7e13d8b82285b135ef62193 /skins
parentc5d8db9f818dd622c8cd6f915a1b1ba7af51d4c6 (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.css6
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;