summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-07-01 12:38:38 +0000
committerthomascube <thomas@roundcube.net>2006-07-01 12:38:38 +0000
commit50844277ca2ce9b98f5d732b07ffe7a4627ff72c (patch)
tree5fe05ba352d2a2d3b9a574d3df459a3c812e1914 /skins
parent25d8ba63b3c4831050e5d190cd42cf2b0b0f3a30 (diff)
Changed label and icon for attachment removal and some styles
Diffstat (limited to 'skins')
-rw-r--r--skins/default/images/icons/remove-attachment.pngbin775 -> 787 bytes
-rw-r--r--skins/default/mail.css13
-rw-r--r--skins/default/templates/compose.html2
3 files changed, 10 insertions, 5 deletions
diff --git a/skins/default/images/icons/remove-attachment.png b/skins/default/images/icons/remove-attachment.png
index 0712aaa71..8d496fe10 100644
--- a/skins/default/images/icons/remove-attachment.png
+++ b/skins/default/images/icons/remove-attachment.png
Binary files differ
diff --git a/skins/default/mail.css b/skins/default/mail.css
index 4d54be31d..eebe5411e 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -593,16 +593,15 @@ table.headers-table tr td.subject
width: 95%;
font-weight: bold;
}
-
+
#attachment-list
{
margin: 0px;
- padding: 0px 0px 0px 0px;
+ padding: 0px 0px 0px 68px;
height: 18px;
list-style-image: none;
list-style-type: none;
- background-color: #DFDFDF;
- background-position: 52px 1px;
+ background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF; 
border-bottom: 1px solid #FFFFFF;
}
@@ -825,6 +824,12 @@ div.message-part pre
overflow: hidden;
}
+#attachment-title
+{
+ background: url(images/icons/attachment.png) top left no-repeat;
+ padding: 0px 0px 3px 22px;
+}
+
#attachment-form
{
position: absolute;
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html
index bcb232fbc..0ecfb8f1b 100644
--- a/skins/default/templates/compose.html
+++ b/skins/default/templates/compose.html
@@ -111,7 +111,7 @@ self.setTimeout('rcmail_auto_save()',300000);
</div>
<div id="compose-attachments">
-<div><roundcube:label name="attachments" /></div>
+<div id="attachment-title"><roundcube:label name="attachments" /></div>
<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>