Do not hide splitter for small screens by styling as we take car of it by mobile_template

This commit is contained in:
Hadi Nategh 2015-03-03 10:02:59 +00:00
parent 34cc9d3a64
commit 9189e9d8e1
2 changed files with 1 additions and 10 deletions

View File

@ -803,11 +803,7 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
/* MOBILE and tablets (Portrait & Landscape) View --------------*/ /* MOBILE and tablets (Portrait & Landscape) View --------------*/
@media only screen and (max-device-width:1024px) { @media only screen and (max-device-width:1024px) {
/*Disable the preview spliter*/
div#mail-index_mailPreview, div.splitter-bar {
display: none !important;
}
div.mailDisplayContainer{ div.mailDisplayContainer{
margin-top: 30px; margin-top: 30px;
margin-left:0; margin-left:0;

View File

@ -799,11 +799,6 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
} }
/* MOBILE and tablets (Portrait & Landscape) View --------------*/ /* MOBILE and tablets (Portrait & Landscape) View --------------*/
@media only screen and (max-device-width: 1024px) { @media only screen and (max-device-width: 1024px) {
/*Disable the preview spliter*/
div#mail-index_mailPreview,
div.splitter-bar {
display: none !important;
}
div.mailDisplayContainer { div.mailDisplayContainer {
margin-top: 30px; margin-top: 30px;
margin-left: 0; margin-left: 0;