summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-14 12:25:40 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-14 12:25:40 +0000
commit357593e364d5be464bdafbdd462b7c8bf799eb89 (patch)
tree00dca4debe395fa7588d89e8fc738a49a3a45ba8
parent8fc99a74d66ccbc9f55cc7f8cc1da753f8d043dd (diff)
- small css improvement
git-svn-id: https://svn.roundcube.net/trunk@2955 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/mail.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css
index 48e48efd8..a095fd15d 100644
--- a/roundcubemail/skins/default/mail.css
+++ b/roundcubemail/skins/default/mail.css
@@ -1254,8 +1254,12 @@ div.message-htmlpart div.rcmBody
#attachment-title
{
+ color: #666666;
+ font-weight: bold;
+ font-size: 11px;
background: url(images/icons/attachment.png) top left no-repeat;
- padding: 0px 0px 3px 22px;
+ padding: 0px 0px 3px 18px;
+ margin-left: 3px;
}
#attachment-form