diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-07-01 12:38:38 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-07-01 12:38:38 +0000 |
| commit | 13fd1f81d5e7cd425b66d7ed5b7528fd92c282d4 (patch) | |
| tree | 7c429a9e800c069d6ff3bd7c83e0e05bcd8415d5 /roundcubemail/skins/default/mail.css | |
| parent | bc59c415dc74b894beae86286a7fdc75c6d6adcb (diff) | |
Changed label and icon for attachment removal and some styles
git-svn-id: https://svn.roundcube.net/trunk@271 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 4d54be31d..eebe5411e 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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; |
