Fix height for avatar's dropdown menu in mobile template

This commit is contained in:
Hadi Nategh 2019-09-16 11:31:22 +02:00
parent 8bbb75df48
commit 6013a71963
3 changed files with 3 additions and 3 deletions

View File

@ -6653,7 +6653,7 @@ span.egw_tutorial_title {
background-color: #B4B4B4;
}
body #egw_fw_sidebar.avatarSubmenu {
top: 203px;
top: 264px;
}
body #egw_fw_sidebar {
top: 55px;

View File

@ -440,7 +440,7 @@
//# SIDEBAR #
//# #
//###################
#egw_fw_sidebar.avatarSubmenu {top:203px;}
#egw_fw_sidebar.avatarSubmenu {top:264px;}
#egw_fw_sidebar{
top: 55px;
bottom: 5px;

View File

@ -6664,7 +6664,7 @@ span.egw_tutorial_title {
background-color: #B4B4B4;
}
body #egw_fw_sidebar.avatarSubmenu {
top: 203px;
top: 264px;
}
body #egw_fw_sidebar {
top: 55px;