diff options
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/images/icons/remove-attachment.png | bin | 0 -> 775 bytes | |||
-rw-r--r-- | skins/default/mail.css | 7 | ||||
-rw-r--r-- | skins/default/templates/compose.html | 2 |
3 files changed, 3 insertions, 6 deletions
diff --git a/skins/default/images/icons/remove-attachment.png b/skins/default/images/icons/remove-attachment.png Binary files differnew file mode 100644 index 000000000..0712aaa71 --- /dev/null +++ b/skins/default/images/icons/remove-attachment.png diff --git a/skins/default/mail.css b/skins/default/mail.css index 808ab6ccb..4d54be31d 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -597,12 +597,11 @@ table.headers-table tr td.subject #attachment-list { margin: 0px; - padding: 0px 0px 0px 68px; + padding: 0px 0px 0px 0px; height: 18px; list-style-image: none; list-style-type: none; background-color: #DFDFDF; - background: url(images/icons/attachment.png) no-repeat #DFDFDF; background-position: 52px 1px; border-bottom: 1px solid #FFFFFF; } @@ -818,11 +817,9 @@ div.message-part pre { height: 18px; font-size: 11px; - padding-left: 26px; + padding-left: 2px; padding-top: 2px; padding-right: 4px; - background: url(images/icons/attachment.png) no-repeat; - background-position: 4px 1px; border-bottom: 1px solid #EBEBEB; white-space: nowrap; overflow: hidden; diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index ab8b0ced0..bcb232fbc 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -112,7 +112,7 @@ self.setTimeout('rcmail_auto_save()',300000); <div id="compose-attachments"> <div><roundcube:label name="attachments" /></div> -<roundcube:object name="composeAttachmentList" /> +<roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/remove-attachment.png"/ > <p><roundcube:button command="add-attachment" imagePas="/images/buttons/add_pas.png" imageSel="/images/buttons/add_sel.png" imageAct="/images/buttons/add_act.png" width="23" height="18" title="addattachment" /> </div> |