##// END OF EJS Templates
add tooltip to pager button
Matthias BUSSONNIER -
Show More
@@ -48,6 +48,7 b' var IPython = (function (IPython) {'
48 var that = this;
48 var that = this;
49 this.pager_button_area.append(
49 this.pager_button_area.append(
50 $('<a>').attr('role', "button")
50 $('<a>').attr('role', "button")
51 .attr('title',"open the pager in an external window")
51 .addClass('ui-button')
52 .addClass('ui-button')
52 .click(function(){that.detach()})
53 .click(function(){that.detach()})
53 .attr('style','position: absolute; right: 10px;')
54 .attr('style','position: absolute; right: 10px;')
General Comments 0
You need to be logged in to leave comments. Login now