mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 23:59:39 +01:00
pixelegg changes from Monday
This commit is contained in:
parent
da7b9ca9b5
commit
ad135f8edf
@ -5411,8 +5411,17 @@ img {
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
display: inline-flex;
|
|
||||||
float: right;
|
float: right;
|
||||||
|
display: flex;
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: flex-start;
|
||||||
|
-webkit-flex-direction: row;
|
||||||
|
-webkit-justify-content: flex-start;
|
||||||
|
-ms-flex-direction: row;
|
||||||
|
-ms-justify-content: flex-start;
|
||||||
/*postion: bottom*/
|
/*postion: bottom*/
|
||||||
/* bottom: 3px;
|
/* bottom: 3px;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
@ -5420,6 +5429,9 @@ img {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 1000;*/
|
z-index: 1000;*/
|
||||||
}
|
}
|
||||||
|
#egw_fw_topmenu_info_items .topmenu_info_item {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
#egw_fw_topmenu_info_items .topmenu_info_item:nth-child(2) {
|
#egw_fw_topmenu_info_items .topmenu_info_item:nth-child(2) {
|
||||||
/*float: right;*/
|
/*float: right;*/
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
@ -15,7 +15,7 @@ function show_pixelegg_header(_toggle, _delay)
|
|||||||
|
|
||||||
$j("#egw_fw_topmenu_info_items").animate({"margin-right": "20px","bottom": "0px","padding-right" : "0"},_delay);
|
$j("#egw_fw_topmenu_info_items").animate({"margin-right": "20px","bottom": "0px","padding-right" : "0"},_delay);
|
||||||
$j("#egw_fw_topmenu_info_items").css("position", "relative");
|
$j("#egw_fw_topmenu_info_items").css("position", "relative");
|
||||||
$j("#egw_fw_topmenu_info_items").css("display", "inline-flex");
|
$j("#egw_fw_topmenu_info_items").css("display", "flex");
|
||||||
$j("#egw_fw_topmenu_info_items").css("float", "right");
|
$j("#egw_fw_topmenu_info_items").css("float", "right");
|
||||||
|
|
||||||
$j("#egw_fw_sidebar").animate({'top':'57px'},_delay);
|
$j("#egw_fw_sidebar").animate({'top':'57px'},_delay);
|
||||||
|
@ -420,9 +420,22 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
display: inline-flex;
|
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: flex-start;
|
||||||
|
|
||||||
|
-webkit-flex-direction: row;
|
||||||
|
-webkit-justify-content: flex-start;
|
||||||
|
-ms-flex-direction: row;
|
||||||
|
-ms-justify-content: flex-start;
|
||||||
|
|
||||||
|
|
||||||
/*postion: bottom*/
|
/*postion: bottom*/
|
||||||
/* bottom: 3px;
|
/* bottom: 3px;
|
||||||
@ -433,6 +446,8 @@
|
|||||||
|
|
||||||
.topmenu_info_item {
|
.topmenu_info_item {
|
||||||
|
|
||||||
|
overflow: visible;
|
||||||
|
|
||||||
// Info Bell
|
// Info Bell
|
||||||
&:nth-child(1) {
|
&:nth-child(1) {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user