WIP new framework style:

- Remove logout from top info menu
- More padding for icons in topmneu
- Some alignment fixes
This commit is contained in:
Hadi Nategh
2019-05-28 17:24:12 +02:00
parent d151930412
commit 5f58e4a23c
10 changed files with 100 additions and 94 deletions

View File

@@ -804,7 +804,7 @@
$topmenu_info_notifications.addClass('egwpopup_notify');
$topmenu_info_notifications.append($popup_note);
$popup_note.text(egw.lang('You have %1 unread notifications', counter));
setTimeout(function (){$popup_note.remove();}, 5000);
setTimeout(function (){$popup_note.remove();}, 4000);
}
else
{