mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-09 23:11:57 +01:00
WIP mobile framework: Add toggle menu preference, and fix orientation in both landscape and portrait
This commit is contained in:
parent
e4b85a23fe
commit
bca6cab000
@ -19,7 +19,7 @@ and open the template in the editor.
|
|||||||
//# #
|
//# #
|
||||||
//###################
|
//###################
|
||||||
#egw_fw_top_toolbar{
|
#egw_fw_top_toolbar{
|
||||||
border-bottom:1px sold gray;
|
border-bottom: 2px solid gray;
|
||||||
div#egw_fw_app_menu{
|
div#egw_fw_app_menu{
|
||||||
background-image: url(../images/topmenu_items/mobile/menu.png);
|
background-image: url(../images/topmenu_items/mobile/menu.png);
|
||||||
top: 15px;
|
top: 15px;
|
||||||
@ -158,18 +158,6 @@ and open the template in the editor.
|
|||||||
}
|
}
|
||||||
}//End of toolbar
|
}//End of toolbar
|
||||||
|
|
||||||
#egw_fw_portrait_bar{
|
|
||||||
margin: 7px 5px 0px 285px;
|
|
||||||
.egw_fw_ui_tabs_header {
|
|
||||||
height: auto;
|
|
||||||
.egw_fw_ui_tab_header {
|
|
||||||
width:auto;
|
|
||||||
h1{
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// ######################tabs header ##########################
|
// ######################tabs header ##########################
|
||||||
// # # # # # # # # # ####
|
// # # # # # # # # # ####
|
||||||
// # # # # # # # # # ####
|
// # # # # # # # # # ####
|
||||||
@ -604,12 +592,4 @@ and open the template in the editor.
|
|||||||
display:none !important;
|
display:none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.portrait-app-toggle{
|
|
||||||
#egw_fw_portrait_bar{
|
|
||||||
display:none !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user