From f60a1c4db40e3f8c79c7e10e4af7dac99655d573 Mon Sep 17 00:00:00 2001
From: Hadi Nategh <hn@stylite.de>
Date: Tue, 3 Mar 2015 10:03:24 +0000
Subject: [PATCH] Do not hide splitter for small screens by styling as we take
 car of it by mobile_template

---
 mail/templates/default/app.css  | 6 +-----
 mail/templates/pixelegg/app.css | 5 -----
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css
index fe6a169223..0136bbc0ed 100644
--- a/mail/templates/default/app.css
+++ b/mail/templates/default/app.css
@@ -803,11 +803,7 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
 
 /* MOBILE and tablets (Portrait & Landscape) View --------------*/
 @media only screen and (max-device-width:1024px) {
-	/*Disable the preview spliter*/
-	div#mail-index_mailPreview, div.splitter-bar {
-		display: none !important;
-	}
-
+	
 	div.mailDisplayContainer{
 		margin-top: 30px;
 		margin-left:0;
diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css
index f9a1c88396..d2e8873390 100755
--- a/mail/templates/pixelegg/app.css
+++ b/mail/templates/pixelegg/app.css
@@ -799,11 +799,6 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
 }
 /* MOBILE and tablets (Portrait & Landscape) View --------------*/
 @media only screen and (max-device-width: 1024px) {
-  /*Disable the preview spliter*/
-  div#mail-index_mailPreview,
-  div.splitter-bar {
-    display: none !important;
-  }
   div.mailDisplayContainer {
     margin-top: 30px;
     margin-left: 0;