diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index ca6b3de..aa1c316 100644 --- a/IPython/frontend/html/notebook/static/css/notebook.css +++ b/IPython/frontend/html/notebook/static/css/notebook.css @@ -83,6 +83,17 @@ span.section_row_buttons > button { float: right; } +.help_string { + float: right; + width: 170px; + padding: 0px 5px; + text-align: center; +} + +.help_string_label { + float: right; +} + #autoindent_span { float: right; } diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index 717eb1e..17a35c3 100644 --- a/IPython/frontend/html/notebook/templates/notebook.html +++ b/IPython/frontend/html/notebook/templates/notebook.html @@ -165,6 +165,14 @@ +