mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 22:51:01 +02:00
Fix broken sidemenu toolbar in mobile theme
This commit is contained in:
@ -6004,7 +6004,7 @@ span.egw_tutorial_title {
|
|||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
}
|
}
|
||||||
body div.egw_fw_mobile_popup_appHeader {
|
body div.egw_fw_mobile_popup_appHeader {
|
||||||
display: none !important;
|
display: block !important;
|
||||||
height: 32px !important;
|
height: 32px !important;
|
||||||
background-size: 2px;
|
background-size: 2px;
|
||||||
font-size: 150% !important;
|
font-size: 150% !important;
|
||||||
@ -6072,7 +6072,7 @@ span.egw_tutorial_title {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
top: 2px;
|
top: -7px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
background-position: 3px 7px;
|
background-position: 3px 7px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -6092,6 +6092,7 @@ span.egw_tutorial_title {
|
|||||||
}
|
}
|
||||||
body #egw_fw_basecontainer #egw_fw_top_toolbar .egw_fw_logout {
|
body #egw_fw_basecontainer #egw_fw_top_toolbar .egw_fw_logout {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
margin-left: 60px;
|
||||||
}
|
}
|
||||||
body #egw_fw_basecontainer #egw_fw_top_toolbar .egw_fw_logout a#topmenu_logout {
|
body #egw_fw_basecontainer #egw_fw_top_toolbar .egw_fw_logout a#topmenu_logout {
|
||||||
background-image: url(../images/logout.png);
|
background-image: url(../images/logout.png);
|
||||||
@ -6102,6 +6103,9 @@ span.egw_tutorial_title {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
body #egw_fw_basecontainer #egw_fw_top_toolbar #egw_fw_appsToggle {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
body #egw_fw_basecontainer #egw_fw_top_toolbar div.egw_fw_ui_tabs_header {
|
body #egw_fw_basecontainer #egw_fw_top_toolbar div.egw_fw_ui_tabs_header {
|
||||||
max-height: 60px;
|
max-height: 60px;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
@ -6224,6 +6228,7 @@ span.egw_tutorial_title {
|
|||||||
height: 60px;
|
height: 60px;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
body #egw_fw_basecontainer #egw_fw_userinfo span.avatar {
|
body #egw_fw_basecontainer #egw_fw_userinfo span.avatar {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
padding-top:15px;
|
padding-top:15px;
|
||||||
}
|
}
|
||||||
div.egw_fw_mobile_popup_appHeader {
|
div.egw_fw_mobile_popup_appHeader {
|
||||||
display: none !important;
|
display: block !important;
|
||||||
height: 32px !important;
|
height: 32px !important;
|
||||||
background-size : 2px;
|
background-size : 2px;
|
||||||
font-size: 150% !important;
|
font-size: 150% !important;
|
||||||
@ -123,7 +123,7 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
top:2px;
|
top:-7px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
background-position: 3px 7px;
|
background-position: 3px 7px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -150,6 +150,7 @@
|
|||||||
position:absolute;
|
position:absolute;
|
||||||
.egw_fw_logout {
|
.egw_fw_logout {
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
|
margin-left:60px;
|
||||||
a#topmenu_logout{
|
a#topmenu_logout{
|
||||||
background-image: url(../images/logout.png);
|
background-image: url(../images/logout.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -160,7 +161,7 @@
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#egw_fw_appsToggle {display: none;}
|
||||||
div.egw_fw_ui_tabs_header{
|
div.egw_fw_ui_tabs_header{
|
||||||
max-height: 60px;
|
max-height: 60px;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
@ -287,6 +288,7 @@
|
|||||||
height:60px;
|
height:60px;
|
||||||
z-index:1000;
|
z-index:1000;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
float:right;
|
||||||
span.avatar {
|
span.avatar {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float:left;
|
float:left;
|
||||||
|
@ -6015,7 +6015,7 @@ span.egw_tutorial_title {
|
|||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
}
|
}
|
||||||
body div.egw_fw_mobile_popup_appHeader {
|
body div.egw_fw_mobile_popup_appHeader {
|
||||||
display: none !important;
|
display: block !important;
|
||||||
height: 32px !important;
|
height: 32px !important;
|
||||||
background-size: 2px;
|
background-size: 2px;
|
||||||
font-size: 150% !important;
|
font-size: 150% !important;
|
||||||
@ -6083,7 +6083,7 @@ span.egw_tutorial_title {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
top: 2px;
|
top: -7px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
background-position: 3px 7px;
|
background-position: 3px 7px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -6103,6 +6103,7 @@ span.egw_tutorial_title {
|
|||||||
}
|
}
|
||||||
body #egw_fw_basecontainer #egw_fw_top_toolbar .egw_fw_logout {
|
body #egw_fw_basecontainer #egw_fw_top_toolbar .egw_fw_logout {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
margin-left: 60px;
|
||||||
}
|
}
|
||||||
body #egw_fw_basecontainer #egw_fw_top_toolbar .egw_fw_logout a#topmenu_logout {
|
body #egw_fw_basecontainer #egw_fw_top_toolbar .egw_fw_logout a#topmenu_logout {
|
||||||
background-image: url(../images/logout.png);
|
background-image: url(../images/logout.png);
|
||||||
@ -6113,6 +6114,9 @@ span.egw_tutorial_title {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
body #egw_fw_basecontainer #egw_fw_top_toolbar #egw_fw_appsToggle {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
body #egw_fw_basecontainer #egw_fw_top_toolbar div.egw_fw_ui_tabs_header {
|
body #egw_fw_basecontainer #egw_fw_top_toolbar div.egw_fw_ui_tabs_header {
|
||||||
max-height: 60px;
|
max-height: 60px;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
@ -6235,6 +6239,7 @@ span.egw_tutorial_title {
|
|||||||
height: 60px;
|
height: 60px;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
body #egw_fw_basecontainer #egw_fw_userinfo span.avatar {
|
body #egw_fw_basecontainer #egw_fw_userinfo span.avatar {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -7152,6 +7157,16 @@ form[id^="tracker-"] .dialogHeadbar {
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
body div.egw_fw_mobile_popup_appHeader {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
body span.egw_fw_mobile_popup_close {
|
||||||
|
top: 0;
|
||||||
|
background-color: white;
|
||||||
|
width: 100%;
|
||||||
|
background-position: center;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
body span.egw_fw_mobile_popup_close.loaded {
|
body span.egw_fw_mobile_popup_close.loaded {
|
||||||
background-image: url(../images/topmenu_items/mobile/back.svg);
|
background-image: url(../images/topmenu_items/mobile/back.svg);
|
||||||
-webkit-filter: brightness(0) invert(1) !important;
|
-webkit-filter: brightness(0) invert(1) !important;
|
||||||
@ -7162,6 +7177,9 @@ form[id^="tracker-"] .dialogHeadbar {
|
|||||||
top: 0;
|
top: 0;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
width: 50px;
|
||||||
|
left: 10px;
|
||||||
|
float: none;
|
||||||
}
|
}
|
||||||
body #egw_fw_basecontainer.sidebar-toggle #egw_fw_top_toolbar div#egw_fw_menu {
|
body #egw_fw_basecontainer.sidebar-toggle #egw_fw_top_toolbar div#egw_fw_menu {
|
||||||
background-image: url(../images/topmenu_items/mobile/menu.svg);
|
background-image: url(../images/topmenu_items/mobile/menu.svg);
|
||||||
|
@ -282,13 +282,25 @@
|
|||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
div.egw_fw_mobile_popup_appHeader {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
span.egw_fw_mobile_popup_close {
|
||||||
|
top:0;
|
||||||
|
background-color: white;
|
||||||
|
width:100%;
|
||||||
|
background-position: center;
|
||||||
|
left:0;
|
||||||
|
}
|
||||||
span.egw_fw_mobile_popup_close.loaded {
|
span.egw_fw_mobile_popup_close.loaded {
|
||||||
background-image: url(../images/topmenu_items/mobile/back.svg);
|
background-image: url(../images/topmenu_items/mobile/back.svg);
|
||||||
.white-svg;
|
.white-svg;
|
||||||
top: 0;
|
top: 0;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
width:50px;
|
||||||
|
left:10px;
|
||||||
|
float:none;
|
||||||
}
|
}
|
||||||
#egw_fw_basecontainer.sidebar-toggle {
|
#egw_fw_basecontainer.sidebar-toggle {
|
||||||
#egw_fw_top_toolbar {
|
#egw_fw_top_toolbar {
|
||||||
|
Reference in New Issue
Block a user