mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Mobile theme WIP:
- Make sidebox toggle menu level with nextmatch header
This commit is contained in:
parent
9332ce4a80
commit
f04ccc9b06
@ -7486,6 +7486,12 @@ span.egw_tutorial_title {
|
|||||||
/*mobile etemplate2*/
|
/*mobile etemplate2*/
|
||||||
/*mobile etemplate2*/
|
/*mobile etemplate2*/
|
||||||
@media only screen and (min-width: 320px) and (max-width: 1279px) {
|
@media only screen and (min-width: 320px) and (max-width: 1279px) {
|
||||||
|
body #egw_fw_basecontainer #egw_fw_top_toolbar div#egw_fw_menu {
|
||||||
|
top: 8px;
|
||||||
|
}
|
||||||
|
body #egw_fw_basecontainer #egw_fw_top_toolbar div#egw_fw_topmenu_items {
|
||||||
|
padding-top: 8px;
|
||||||
|
}
|
||||||
body div.dhtmlxMenu_egw_SubLevelArea_Polygon {
|
body div.dhtmlxMenu_egw_SubLevelArea_Polygon {
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
top: 50px !important;
|
top: 50px !important;
|
||||||
|
@ -1018,6 +1018,17 @@
|
|||||||
@media only screen and (min-width: 320px) and (max-width: 1279px) {
|
@media only screen and (min-width: 320px) and (max-width: 1279px) {
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
|
#egw_fw_basecontainer {
|
||||||
|
#egw_fw_top_toolbar {
|
||||||
|
div#egw_fw_menu {
|
||||||
|
top:8px;
|
||||||
|
}
|
||||||
|
div#egw_fw_topmenu_items {
|
||||||
|
padding-top: 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//###################
|
//###################
|
||||||
//# #
|
//# #
|
||||||
//# CONTEXT MENU #
|
//# CONTEXT MENU #
|
||||||
|
Loading…
Reference in New Issue
Block a user