forked from extern/egroupware
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{
|
||||
border-bottom:1px sold gray;
|
||||
border-bottom: 2px solid gray;
|
||||
div#egw_fw_app_menu{
|
||||
background-image: url(../images/topmenu_items/mobile/menu.png);
|
||||
top: 15px;
|
||||
@ -158,18 +158,6 @@ and open the template in the editor.
|
||||
}
|
||||
}//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 ##########################
|
||||
// # # # # # # # # # ####
|
||||
// # # # # # # # # # ####
|
||||
@ -604,12 +592,4 @@ and open the template in the editor.
|
||||
display:none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.portrait-app-toggle{
|
||||
#egw_fw_portrait_bar{
|
||||
display:none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user