Fix top margin of sidebar and tap headers

This commit is contained in:
Hadi Nategh 2019-04-26 11:09:46 +02:00
parent 3ccb142a48
commit ef76353bb6
7 changed files with 12 additions and 12 deletions

View File

@ -4174,7 +4174,7 @@ td.message span.message {
background-color: transparent;
float: left;
width: 100%;
margin-top: 3px;
margin-top: 8px;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
margin: 0px 0 0 0;
@ -4346,7 +4346,7 @@ td.message span.message {
#egw_fw_sidebar {
position: fixed;
overflow: hidden;
top: 43px;
top: 49px;
left: 0px;
bottom: 25px;
width: 225px;

View File

@ -4163,7 +4163,7 @@ td.message span.message {
background-color: transparent;
float: left;
width: 100%;
margin-top: 3px;
margin-top: 8px;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
margin: 0px 0 0 0;
@ -4335,7 +4335,7 @@ td.message span.message {
#egw_fw_sidebar {
position: fixed;
overflow: hidden;
top: 43px;
top: 49px;
left: 0px;
bottom: 25px;
width: 225px;

View File

@ -4174,7 +4174,7 @@ td.message span.message {
background-color: transparent;
float: left;
width: 100%;
margin-top: 3px;
margin-top: 8px;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
margin: 0px 0 0 0;
@ -4346,7 +4346,7 @@ td.message span.message {
#egw_fw_sidebar {
position: fixed;
overflow: hidden;
top: 43px;
top: 49px;
left: 0px;
bottom: 25px;
width: 225px;

View File

@ -12,7 +12,7 @@
function show_pixelegg_header(_toggle, _delay)
{
jQuery("#egw_fw_header").slideToggle();
jQuery("#egw_fw_sidebar").animate({'top':'48px'},_delay);
jQuery("#egw_fw_sidebar").animate({'top':'49px'},_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");
@ -32,7 +32,7 @@ function hide_pixelegg_header(_toggle, _delay)
jQuery("#egw_fw_logout").show();
jQuery("#egw_fw_print").show();
jQuery("#egw_fw_tabs").animate({'margin-top':'8px', "top": "0px"},_delay);
jQuery("#jsxc_roster").animate({'top':'43px'});
jQuery("#jsxc_roster").animate({'top':'49px'});
jQuery(".egw_fw_ui_sidemenu_entry_header_active").css("background-position","95% 50%");
jQuery(".egw_fw_ui_tabs_header").css("height", "34px")
// Padding to adjust for icons left & right of the tabs

View File

@ -58,7 +58,7 @@
background-color: transparent;
float: left;
width: 100%;
margin-top: 3px;
margin-top: 8px;
// ############################################################

View File

@ -26,7 +26,7 @@
#egw_fw_sidebar {
position: fixed;
overflow: hidden;
top: 43px;
top: 49px;
left: 0px;
bottom: 25px;
width: 225px;

View File

@ -4185,7 +4185,7 @@ td.message span.message {
background-color: transparent;
float: left;
width: 100%;
margin-top: 3px;
margin-top: 8px;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
margin: 0px 0 0 0;
@ -4357,7 +4357,7 @@ td.message span.message {
#egw_fw_sidebar {
position: fixed;
overflow: hidden;
top: 43px;
top: 49px;
left: 0px;
bottom: 25px;
width: 225px;