From a894ba5029a09fb9d0453b5cf9c944ce313f8a48 Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Thu, 29 Jun 2006 19:41:40 -0400
Subject: [PATCH] Removeable attachments, Auto-default folder creation, bug fixes

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

diff --git a/skins/default/mail.css b/skins/default/mail.css
index 808ab6c..4d54be3 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -597,12 +597,11 @@
 #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 @@
 {
   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;

--
Gitblit v1.9.1