forked from extern/egroupware
Fix top margin of sidebar and tap headers
This commit is contained in:
parent
3ccb142a48
commit
ef76353bb6
@ -4174,7 +4174,7 @@ td.message span.message {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 3px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
|
||||||
margin: 0px 0 0 0;
|
margin: 0px 0 0 0;
|
||||||
@ -4346,7 +4346,7 @@ td.message span.message {
|
|||||||
#egw_fw_sidebar {
|
#egw_fw_sidebar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
top: 43px;
|
top: 49px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 25px;
|
bottom: 25px;
|
||||||
width: 225px;
|
width: 225px;
|
||||||
|
@ -4163,7 +4163,7 @@ td.message span.message {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 3px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
|
||||||
margin: 0px 0 0 0;
|
margin: 0px 0 0 0;
|
||||||
@ -4335,7 +4335,7 @@ td.message span.message {
|
|||||||
#egw_fw_sidebar {
|
#egw_fw_sidebar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
top: 43px;
|
top: 49px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 25px;
|
bottom: 25px;
|
||||||
width: 225px;
|
width: 225px;
|
||||||
|
@ -4174,7 +4174,7 @@ td.message span.message {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 3px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
|
||||||
margin: 0px 0 0 0;
|
margin: 0px 0 0 0;
|
||||||
@ -4346,7 +4346,7 @@ td.message span.message {
|
|||||||
#egw_fw_sidebar {
|
#egw_fw_sidebar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
top: 43px;
|
top: 49px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 25px;
|
bottom: 25px;
|
||||||
width: 225px;
|
width: 225px;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
function show_pixelegg_header(_toggle, _delay)
|
function show_pixelegg_header(_toggle, _delay)
|
||||||
{
|
{
|
||||||
jQuery("#egw_fw_header").slideToggle();
|
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("#jsxc_roster").animate({'top':'89px'});
|
||||||
jQuery("#egw_fw_tabs").animate({'margin-top':'8px'},_delay);
|
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_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_logout").show();
|
||||||
jQuery("#egw_fw_print").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("#jsxc_roster").animate({'top':'49px'});
|
||||||
jQuery(".egw_fw_ui_sidemenu_entry_header_active").css("background-position","95% 50%");
|
jQuery(".egw_fw_ui_sidemenu_entry_header_active").css("background-position","95% 50%");
|
||||||
jQuery(".egw_fw_ui_tabs_header").css("height", "34px")
|
jQuery(".egw_fw_ui_tabs_header").css("height", "34px")
|
||||||
// Padding to adjust for icons left & right of the tabs
|
// Padding to adjust for icons left & right of the tabs
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 3px;
|
margin-top: 8px;
|
||||||
|
|
||||||
|
|
||||||
// ############################################################
|
// ############################################################
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#egw_fw_sidebar {
|
#egw_fw_sidebar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
top: 43px;
|
top: 49px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 25px;
|
bottom: 25px;
|
||||||
width: 225px;
|
width: 225px;
|
||||||
|
@ -4185,7 +4185,7 @@ td.message span.message {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 3px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header {
|
||||||
margin: 0px 0 0 0;
|
margin: 0px 0 0 0;
|
||||||
@ -4357,7 +4357,7 @@ td.message span.message {
|
|||||||
#egw_fw_sidebar {
|
#egw_fw_sidebar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
top: 43px;
|
top: 49px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 25px;
|
bottom: 25px;
|
||||||
width: 225px;
|
width: 225px;
|
||||||
|
Loading…
Reference in New Issue
Block a user