From 935e50628bfc7838ef4c53d640a2211c6ee36583 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 31 Aug 2012 03:55:49 -0400
Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail

---
 skins/larry/styles.css |    4 +++-
 skins/larry/mail.css   |    6 +-----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 4fff243..6185840 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -383,11 +383,7 @@
 /*** message list ***/
 
 #messagelist thead td:first-child {
-	border-radius: 4px 0 0 0;
-}
-
-#messagelist thead td:last-child {
-	border-radius: 0 4px 0 0;
+	border-radius: 4px 0 0 0; /* for Chrome */
 }
 
 #messagelist tr td.attachment,
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 0a72c50..1999698 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -647,6 +647,7 @@
 .uibox {
 	border: 1px solid #a3a3a3;
 	border-radius: 4px;
+	overflow: hidden;
 	box-shadow: 0 0 2px #999;
 	-o-box-shadow: 0 0 2px #999;
 	-webkit-box-shadow: 0 0 2px #999;
@@ -698,7 +699,8 @@
 	left: 0;
 	width: 100%;
 	bottom: 0;
-	overflow: auto;
+	overflow-x: hidden;
+	overflow-y: auto;
 }
 
 .listbox .scroller.withfooter {

--
Gitblit v1.9.1