if update-icon is shown, topmenu_info_items are not in a line

This commit is contained in:
Ralf Becker 2014-07-25 09:45:08 +00:00
parent 75e66b9ea3
commit e72792396e
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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) {
@ -263,4 +264,4 @@ div#topmenu_info_update{
img{ .rounded(5px);} img{ .rounded(5px);}
} }