Fix avatar menu sometimes loses its position in the top header

This commit is contained in:
Hadi Nategh 2019-06-11 10:39:46 +02:00
parent 6a1eb270c4
commit 56b319a986
5 changed files with 5 additions and 18 deletions

View File

@ -4889,9 +4889,6 @@ td.message span.message {
#egw_fw_topmenu_info_items .topmenu_info_item:hover {
background-color: rgba(153, 204, 255, 0.4);
}
#egw_fw_topmenu_info_items #topmenu_info_user_avatar {
position: relative;
}
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span {
height: 40px;
width: 40px;
@ -4909,7 +4906,7 @@ td.message span.message {
width: 14px;
height: 14px;
position: absolute;
left: 0px;
right: 30px;
bottom: 0px;
border-radius: 50%;
z-index: 100000;

View File

@ -4878,9 +4878,6 @@ td.message span.message {
#egw_fw_topmenu_info_items .topmenu_info_item:hover {
background-color: rgba(153, 204, 255, 0.4);
}
#egw_fw_topmenu_info_items #topmenu_info_user_avatar {
position: relative;
}
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span {
height: 40px;
width: 40px;
@ -4898,7 +4895,7 @@ td.message span.message {
width: 14px;
height: 14px;
position: absolute;
left: 0px;
right: 30px;
bottom: 0px;
border-radius: 50%;
z-index: 100000;

View File

@ -4889,9 +4889,6 @@ td.message span.message {
#egw_fw_topmenu_info_items .topmenu_info_item:hover {
background-color: rgba(153, 204, 255, 0.4);
}
#egw_fw_topmenu_info_items #topmenu_info_user_avatar {
position: relative;
}
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span {
height: 40px;
width: 40px;
@ -4909,7 +4906,7 @@ td.message span.message {
width: 14px;
height: 14px;
position: absolute;
left: 0px;
right: 30px;
bottom: 0px;
border-radius: 50%;
z-index: 100000;

View File

@ -42,7 +42,6 @@
}
}
#topmenu_info_user_avatar {
position: relative;
span {
height: 40px;
width: 40px;
@ -59,7 +58,7 @@
width: 14px;
height: 14px;
position: absolute;
left: 0px;
right: 30px;
bottom: 0px;
border-radius: 50%;
z-index: 100000;

View File

@ -4900,9 +4900,6 @@ td.message span.message {
#egw_fw_topmenu_info_items .topmenu_info_item:hover {
background-color: rgba(153, 204, 255, 0.4);
}
#egw_fw_topmenu_info_items #topmenu_info_user_avatar {
position: relative;
}
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span {
height: 40px;
width: 40px;
@ -4920,7 +4917,7 @@ td.message span.message {
width: 14px;
height: 14px;
position: absolute;
left: 0px;
right: 30px;
bottom: 0px;
border-radius: 50%;
z-index: 100000;