Adjust roster base when sliding tabs up/down

This commit is contained in:
Hadi Nategh 2018-06-01 10:38:18 +02:00
parent f479314e06
commit 49e2597568

View File

@ -19,6 +19,7 @@ function show_pixelegg_header(_toggle, _delay)
// jQuery("#egw_fw_topmenu_info_items").css("float", "right");
jQuery("#egw_fw_sidebar").animate({'top':'48px'},_delay);
jQuery("#jsxc_roster").animate({'top':'89px'});
jQuery("#egw_fw_tabs").animate({'margin-top':'8px'},_delay);
jQuery(".egw_fw_ui_tabs_header").css("padding", "1px 1px 0px 1px");
jQuery(".egw_fw_ui_sidemenu_entry_header_active").css("background-position","95% -3000px");
@ -34,7 +35,8 @@ function hide_pixelegg_header(_toggle, _delay)
// jQuery("#egw_fw_topmenu_info_items").show();
jQuery("#egw_fw_logout").show();
jQuery("#egw_fw_print").show();
jQuery("#egw_fw_tabs").animate({'margin-top':'8px', "top": "0px"},_delay);
jQuery("#egw_fw_tabs").animate({'margin-top':'8px', "top": "0px"},_delay);
jQuery("#jsxc_roster").animate({'top':'43px'});
// jQuery("#egw_fw_topmenu_info_items").animate({
// "bottom": "3px",
// "right": "5px",