mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:49:10 +01:00
if update-icon is shown, topmenu_info_items are not in a line
This commit is contained in:
parent
75e66b9ea3
commit
e72792396e
@ -5172,6 +5172,7 @@ td.message span.message {
|
|||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items .topmenu_info_item {
|
#egw_fw_topmenu_info_items .topmenu_info_item {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
#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;*/
|
||||||
|
@ -103,6 +103,7 @@
|
|||||||
.topmenu_info_item {
|
.topmenu_info_item {
|
||||||
|
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
// Info Bell
|
// Info Bell
|
||||||
&:nth-child(1) {
|
&:nth-child(1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user