From ff47d830d129e5e4606905f3705160d12c9e06fd 2013-01-14 07:48:38 From: Matthias BUSSONNIER Date: 2013-01-14 07:48:38 Subject: [PATCH] fix celltoolbar select css --- diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index aa7a12e..4c5b6f8 100644 --- a/IPython/frontend/html/notebook/static/css/notebook.css +++ b/IPython/frontend/html/notebook/static/css/notebook.css @@ -83,6 +83,9 @@ span#notebook_name { #maintoolbar > select, #maintoolbar label { font-size: 85%; + margin-left:0.3em; + margin-right:0.3em; + } diff --git a/IPython/frontend/html/notebook/static/js/maintoolbar.js b/IPython/frontend/html/notebook/static/js/maintoolbar.js index a58c1e4..8d5479c 100644 --- a/IPython/frontend/html/notebook/static/js/maintoolbar.js +++ b/IPython/frontend/html/notebook/static/js/maintoolbar.js @@ -18,7 +18,7 @@ var IPython = (function (IPython) { this.add_drop_down_list(); this.bind_events(); $(this.selector) - .append($('