From 272fdf0f8412f08f5433e8247de289ac87d07dd1 2014-03-05 02:10:45 From: Paul Ivanov Date: 2014-03-05 02:10:45 Subject: [PATCH] horizontally center menubar popup --- diff --git a/IPython/html/static/notebook/js/tour.js b/IPython/html/static/notebook/js/tour.js index 2b22c6d..43c2ec5 100644 --- a/IPython/html/static/notebook/js/tour.js +++ b/IPython/html/static/notebook/js/tour.js @@ -27,7 +27,7 @@ var tour_steps = [ placement: 'bottom', content: "Information about the last time this notebook was saved." }, { - element: "#menus", + element: $("#menus").parent(), placement: 'bottom', backdrop: true, title: "Notebook Menubar",