From 1656eb3f516afbfaa878bd10a66f6e924e4c6233 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 27 Aug 2015 13:21:01 -0400
Subject: [PATCH] Fix bug where message content could overlap attachments list in Larry skin (#1490479)

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

diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index effc35f1..5f0a09c 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -861,19 +861,14 @@
 
 #messagecontent .rightcol,
 #messagepreview .rightcol {
-	float: right;
-/*
 	position: absolute;
-	top: 10px;
-	right: 10px;
-	height: 90%;
-*/
+	right: 8px;
 	width: 230px;
-	margin: 8px;
 	min-height: 200px;
 	background: #f0f0f0;
 	padding: 8px;
 	border-radius: 4px;
+	z-index: 1;
 }
 
 #messagebody {

--
Gitblit v1.9.1