mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
pixelegg changes from Monday
This commit is contained in:
parent
da7b9ca9b5
commit
ad135f8edf
@ -5411,8 +5411,17 @@ img {
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
margin-right: 20px;
|
||||
display: inline-flex;
|
||||
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*/
|
||||
/* bottom: 3px;
|
||||
right: 5px;
|
||||
@ -5420,6 +5429,9 @@ img {
|
||||
position: fixed;
|
||||
z-index: 1000;*/
|
||||
}
|
||||
#egw_fw_topmenu_info_items .topmenu_info_item {
|
||||
overflow: visible;
|
||||
}
|
||||
#egw_fw_topmenu_info_items .topmenu_info_item:nth-child(2) {
|
||||
/*float: right;*/
|
||||
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").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_sidebar").animate({'top':'57px'},_delay);
|
||||
|
@ -420,9 +420,22 @@
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
margin-right: 20px;
|
||||
display: inline-flex;
|
||||
|
||||
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*/
|
||||
/* bottom: 3px;
|
||||
@ -432,6 +445,8 @@
|
||||
z-index: 1000;*/
|
||||
|
||||
.topmenu_info_item {
|
||||
|
||||
overflow: visible;
|
||||
|
||||
// Info Bell
|
||||
&:nth-child(1) {
|
||||
|
Loading…
Reference in New Issue
Block a user