Fix #1189 notifications display is broken

This commit is contained in:
Nicolas Le Goff
2013-05-30 18:58:05 +02:00
parent e4516c39cb
commit 53cafa7117
4 changed files with 12 additions and 13 deletions

View File

@@ -129,7 +129,7 @@ function set_notif_position()
if(trigger.length === 0)
return;
$('#notification_box').css({
'left':Math.round(trigger.offset().left)
'left':Math.round(trigger.offset().left - 1)
});
}
$(window).bind('resize', function(){
@@ -173,7 +173,7 @@ function print_notifications(page)
$.ajax({
type: "POST",
type: "GET",
url: "/user/notifications/",
dataType : 'json',
data: {