diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index 0b39dd0..540e847 100644 --- a/IPython/frontend/html/notebook/static/css/notebook.css +++ b/IPython/frontend/html/notebook/static/css/notebook.css @@ -92,10 +92,12 @@ span.section_row_buttons a { width: 170px; padding: 0px 5px; text-align: center; + font-size: 85%; } .help_string_label { float: right; + font-size: 85%; } #autoindent_span { diff --git a/IPython/frontend/html/notebook/static/js/panelsection.js b/IPython/frontend/html/notebook/static/js/panelsection.js index cb5d133..d1184ff 100644 --- a/IPython/frontend/html/notebook/static/js/panelsection.js +++ b/IPython/frontend/html/notebook/static/js/panelsection.js @@ -223,6 +223,7 @@ var IPython = (function (IPython) { this.content.find('div.section_row').addClass('ui-helper-clearfix'); this.content.find('#help_buttons0').buttonset(); this.content.find('#help_buttons1').buttonset(); + this.content.find('#help_buttons2').buttonset(); }; diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index 145eeb8..90d4855 100644 --- a/IPython/frontend/html/notebook/templates/notebook.html +++ b/IPython/frontend/html/notebook/templates/notebook.html @@ -67,11 +67,14 @@
+ +