From fba1f5ab813f2eb4bedc5d9c4a75e77bbaa90131 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 10 Dec 2007 10:27:19 -0500
Subject: [PATCH] New class rcube_user + send message disposition notification

---
 skins/default/mail.css |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/skins/default/mail.css b/skins/default/mail.css
index fb130ce..6e44c17 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -632,16 +632,20 @@
 {
   position:relative;
   min-height: 300px;
-  padding-top: 10px;
   padding-bottom: 10px;
   background-color: #FFFFFF;
 }
 
 div.message-part
 {
-  padding: 8px;
-  padding-top: 10px;
-  overflow: hidden;
+  padding: 10px 8px;
+  border-top: 1px solid #ccc;
+/*  overflow: hidden; */
+}
+
+#messagebody div:first-child
+{
+  border-top: 0;
 }
 
 div.message-part a

--
Gitblit v1.9.1