mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Do not hide splitter for small screens by styling as we take car of it by mobile_template
This commit is contained in:
parent
34cc9d3a64
commit
9189e9d8e1
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user