From 6c4c5b1975d2b4fd5a6e8a40b3e90a4a14a2c322 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 14 Sep 2009 08:25:40 -0400
Subject: [PATCH] - small css improvement

---
 skins/default/mail.css |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/skins/default/mail.css b/skins/default/mail.css
index 48e48ef..a095fd1 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -1254,8 +1254,12 @@
 
 #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

--
Gitblit v1.9.1