From 3a0e4d915008df58e4f286bee50ff6d9fb61e957 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 14 Dec 2012 02:35:46 -0500
Subject: [PATCH] Fix unwanted horizontal scrollbar in message preview header (#1488866)

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

diff --git a/CHANGELOG b/CHANGELOG
index 5eceea6..d55a68d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
 CHANGELOG Roundcube Webmail
 ===========================
 
+- Fix unwanted horizontal scrollbar in message preview header (#1488866)
 - Add workaround for IE<=8 bug where Content-Disposition:inline was ignored (#1488844)
 - Fix XSS vulnerability in vbscript: and data:text links handling (#1488850)
 - Fix absolute positioning in HTML messages (#1488819)
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index e2702cf..9eda4a3 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -717,7 +717,7 @@
 
 h3.subject {
 	font-size: 14px;
-	margin: 0 8em 0 0;
+	margin: 0 12em 0 0;
 	padding: 8px 8px 4px 8px;
 	white-space: nowrap;
 	overflow: hidden;
@@ -885,7 +885,6 @@
 	position: absolute;
 	top: 8px;
 	right: 8px;
-	width: 18em;
 	text-align: right;
 	white-space: nowrap;
 }

--
Gitblit v1.9.1