pixelegg changes from Monday

This commit is contained in:
Ralf Becker 2014-01-06 17:23:06 +00:00
parent da7b9ca9b5
commit ad135f8edf
3 changed files with 30 additions and 3 deletions

View File

@ -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;

View File

@ -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);

View File

@ -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) {