summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/mail.css
diff options
context:
space:
mode:
authorrichs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-06-29 23:41:40 +0000
committerrichs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-06-29 23:41:40 +0000
commit46f595457a887d3f4ab4e9991bd64260ebccf58f (patch)
tree03b244edbf6793db2a277f24381111c7eb4ec68d /roundcubemail/skins/default/mail.css
parent271af6a58c7d0e70253206423bcd0feaa47cd965 (diff)
Removeable attachments, Auto-default folder creation, bug fixes
git-svn-id: https://svn.roundcube.net/trunk@269 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
-rw-r--r--roundcubemail/skins/default/mail.css7
1 files changed, 2 insertions, 5 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css
index 808ab6ccb..4d54be31d 100644
--- a/roundcubemail/skins/default/mail.css
+++ b/roundcubemail/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;