mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix avatar menu sometimes loses its position in the top header
This commit is contained in:
parent
6a1eb270c4
commit
56b319a986
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user