diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 6b0bb5cb2b..24fa428e82 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -6038,7 +6038,7 @@ span.egw_tutorial_title { position: absolute; } body #egw_fw_basecontainer #egw_fw_top_toolbar .egw_fw_logout { - float: right; + display: inline-block; } body #egw_fw_basecontainer #egw_fw_top_toolbar .egw_fw_logout a#topmenu_logout { background-image: url(../images/logout.png); @@ -6201,14 +6201,16 @@ span.egw_tutorial_title { background-position: center; } body #egw_fw_basecontainer #egw_fw_userinfo { - height: 50px; + height: 60px; z-index: 1000; display: inline-block; - margin-left: 40%; } body #egw_fw_basecontainer #egw_fw_userinfo span.avatar { display: inline-block; float: left; + height: 45px; + width: 45px; + margin-top: 1px; } body #egw_fw_basecontainer #egw_fw_userinfo span.user { display: inline-block; @@ -6645,8 +6647,9 @@ span.egw_tutorial_title { background-image: url(../images/topmenu_items/mobile/menu.png); } body .sidebar-toggle #egw_fw_top_toolbar #egw_fw_userinfo, - body .sidebar-toggle #egw_fw_top_toolbar .egw_fw_logout { - display: none; + body .sidebar-toggle #egw_fw_top_toolbar .egw_fw_logout, + body .sidebar-toggle #egw_fw_top_toolbar #egw_fw_appsToggle { + display: none !important; } body .sidebar-toggle #egw_fw_sidebar { top: 70px; diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index 0eb79b6aa9..f10c06a683 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -151,7 +151,7 @@ width:300px; position:absolute; .egw_fw_logout { - float:right; + display:inline-block; a#topmenu_logout{ background-image: url(../images/logout.png); background-repeat: no-repeat; @@ -330,13 +330,15 @@ } } #egw_fw_userinfo { - height:50px; + height:60px; z-index:1000; display: inline-block; - margin-left:40%; span.avatar { display: inline-block; float:left; + height: 45px; + width: 45px; + margin-top: 1px; } span.user { display: inline-block; @@ -717,11 +719,9 @@ //ToggleClass .sidebar-toggle{ - #egw_fw_top_toolbar div#egw_fw_menu{ - background-image: url(../images/topmenu_items/mobile/menu.png); - } - #egw_fw_top_toolbar #egw_fw_userinfo,#egw_fw_top_toolbar .egw_fw_logout { - display: none; + #egw_fw_top_toolbar { + div#egw_fw_menu {background-image: url(../images/topmenu_items/mobile/menu.png);} + #egw_fw_userinfo, .egw_fw_logout, #egw_fw_appsToggle {display: none !important;} } #egw_fw_sidebar{ top: 70px; diff --git a/pixelegg/head_mobile.tpl b/pixelegg/head_mobile.tpl index 3ceff05e8d..ace2fe92d5 100644 --- a/pixelegg/head_mobile.tpl +++ b/pixelegg/head_mobile.tpl @@ -34,15 +34,19 @@ +