Fix broken sidemenu toolbar in mobile theme

This commit is contained in:
Hadi Nategh 2016-06-24 15:56:04 +02:00
parent 2b925a44af
commit 54852ea6a7
4 changed files with 45 additions and 8 deletions

View File

@ -6004,7 +6004,7 @@ span.egw_tutorial_title {
padding-top: 15px;
}
body div.egw_fw_mobile_popup_appHeader {
display: none !important;
display: block !important;
height: 32px !important;
background-size: 2px;
font-size: 150% !important;
@ -6072,7 +6072,7 @@ span.egw_tutorial_title {
background-repeat: no-repeat;
z-index: 1000;
padding-right: 5px;
top: 2px;
top: -7px;
left: 10px;
background-position: 3px 7px;
position: fixed;
@ -6092,6 +6092,7 @@ span.egw_tutorial_title {
}
body #egw_fw_basecontainer #egw_fw_top_toolbar .egw_fw_logout {
display: inline-block;
margin-left: 60px;
}
body #egw_fw_basecontainer #egw_fw_top_toolbar .egw_fw_logout a#topmenu_logout {
background-image: url(../images/logout.png);
@ -6102,6 +6103,9 @@ span.egw_tutorial_title {
display: inline-block;
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 {
max-height: 60px;
width: 60%;
@ -6224,6 +6228,7 @@ span.egw_tutorial_title {
height: 60px;
z-index: 1000;
display: inline-block;
float: right;
}
body #egw_fw_basecontainer #egw_fw_userinfo span.avatar {
display: inline-block;

View File

@ -40,7 +40,7 @@
padding-top:15px;
}
div.egw_fw_mobile_popup_appHeader {
display: none !important;
display: block !important;
height: 32px !important;
background-size : 2px;
font-size: 150% !important;
@ -123,7 +123,7 @@
background-repeat: no-repeat;
z-index: 1000;
padding-right: 5px;
top:2px;
top:-7px;
left: 10px;
background-position: 3px 7px;
position: fixed;
@ -150,6 +150,7 @@
position:absolute;
.egw_fw_logout {
display:inline-block;
margin-left:60px;
a#topmenu_logout{
background-image: url(../images/logout.png);
background-repeat: no-repeat;
@ -160,7 +161,7 @@
background-position: center;
}
}
#egw_fw_appsToggle {display: none;}
div.egw_fw_ui_tabs_header{
max-height: 60px;
width: 60%;
@ -287,6 +288,7 @@
height:60px;
z-index:1000;
display: inline-block;
float:right;
span.avatar {
display: inline-block;
float:left;

View File

@ -6015,7 +6015,7 @@ span.egw_tutorial_title {
padding-top: 15px;
}
body div.egw_fw_mobile_popup_appHeader {
display: none !important;
display: block !important;
height: 32px !important;
background-size: 2px;
font-size: 150% !important;
@ -6083,7 +6083,7 @@ span.egw_tutorial_title {
background-repeat: no-repeat;
z-index: 1000;
padding-right: 5px;
top: 2px;
top: -7px;
left: 10px;
background-position: 3px 7px;
position: fixed;
@ -6103,6 +6103,7 @@ span.egw_tutorial_title {
}
body #egw_fw_basecontainer #egw_fw_top_toolbar .egw_fw_logout {
display: inline-block;
margin-left: 60px;
}
body #egw_fw_basecontainer #egw_fw_top_toolbar .egw_fw_logout a#topmenu_logout {
background-image: url(../images/logout.png);
@ -6113,6 +6114,9 @@ span.egw_tutorial_title {
display: inline-block;
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 {
max-height: 60px;
width: 60%;
@ -6235,6 +6239,7 @@ span.egw_tutorial_title {
height: 60px;
z-index: 1000;
display: inline-block;
float: right;
}
body #egw_fw_basecontainer #egw_fw_userinfo span.avatar {
display: inline-block;
@ -7152,6 +7157,16 @@ form[id^="tracker-"] .dialogHeadbar {
margin-right: 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 {
background-image: url(../images/topmenu_items/mobile/back.svg);
-webkit-filter: brightness(0) invert(1) !important;
@ -7162,6 +7177,9 @@ form[id^="tracker-"] .dialogHeadbar {
top: 0;
background-position: center;
padding: 0;
width: 50px;
left: 10px;
float: none;
}
body #egw_fw_basecontainer.sidebar-toggle #egw_fw_top_toolbar div#egw_fw_menu {
background-image: url(../images/topmenu_items/mobile/menu.svg);

View File

@ -282,13 +282,25 @@
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 {
background-image: url(../images/topmenu_items/mobile/back.svg);
.white-svg;
top: 0;
background-position: center;
padding: 0;
width:50px;
left:10px;
float:none;
}
#egw_fw_basecontainer.sidebar-toggle {
#egw_fw_top_toolbar {