##// END OF EJS Templates
change detach icon and tab title
Bussonnier Matthias -
Show More
@@ -53,7 +53,7 b' var IPython = (function (IPython) {'
53 .click(function(){that.detach()})
53 .click(function(){that.detach()})
54 .attr('style','position: absolute; right: 10px;')
54 .attr('style','position: absolute; right: 10px;')
55 .append(
55 .append(
56 $('<span>').addClass("ui-icon ui-icon-arrowstop-l-n")
56 $('<span>').addClass("ui-icon ui-icon-extlink")
57 )
57 )
58 )
58 )
59 };
59 };
@@ -138,6 +138,9 b' var IPython = (function (IPython) {'
138 .attr('rel',"stylesheet")
138 .attr('rel',"stylesheet")
139 .attr('href',"/static/css/notebook.css")
139 .attr('href',"/static/css/notebook.css")
140 .attr('type',"text/css")
140 .attr('type',"text/css")
141 )
142 .append(
143 $('<title>').text("IPython Pager")
141 );
144 );
142 var pager_body = $(w.document.body)
145 var pager_body = $(w.document.body)
143 pager_body.attr('style','overflow:scroll');
146 pager_body.attr('style','overflow:scroll');
General Comments 0
You need to be logged in to leave comments. Login now