mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°2847 Newsroom menu : Delete debug messages and update a bit of scss
This commit is contained in:
@@ -84,5 +84,5 @@ img.ibo-navigation-menu--notifications--item--image:not([src=""]) ~ i.ibo-naviga
|
||||
}
|
||||
.ibo-popover-menu--item--no-message--image{
|
||||
display: block;
|
||||
padding: 20px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
@@ -233,7 +233,6 @@ $(function()
|
||||
{
|
||||
aUnreadMessagesByProvider[k] = 0;
|
||||
}
|
||||
console.log(aAllMessages);
|
||||
for(var k in aAllMessages)
|
||||
{
|
||||
var oMessage = aAllMessages[k];
|
||||
@@ -282,7 +281,7 @@ $(function()
|
||||
}
|
||||
else
|
||||
{
|
||||
$(this.element).html(sDismissAllSection + sMessageSection + sShowAllMessagesSection);
|
||||
$(this.element).html(sMessageSection + sShowAllMessagesSection);
|
||||
var me = this;
|
||||
}
|
||||
|
||||
@@ -295,7 +294,6 @@ $(function()
|
||||
var oEventTarget = $(oEvent.target);
|
||||
var aEventTargetPos = oEventTarget.position();
|
||||
oElem.css({
|
||||
'max-height' : (aEventTargetPos.top + parseInt(oEventTarget.css('marginTop'), 10) - 100) + 'px',
|
||||
'left': (aEventTargetPos.left + parseInt(oEventTarget.css('marginLeft'), 10) + oEventTarget.width()) + 'px'
|
||||
});
|
||||
oElem.popover_menu("openPopup");
|
||||
|
||||
Reference in New Issue
Block a user