From 33b810fe53b713dbd514bbe1c260eb05726ec9aa Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Mon, 14 Jan 2013 08:48:38 +0100 Subject: [PATCH] fix celltoolbar select css --- IPython/frontend/html/notebook/static/css/notebook.css | 3 +++ IPython/frontend/html/notebook/static/js/maintoolbar.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index aa7a12ec9..4c5b6f8b0 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 a58c1e403..8d5479c29 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($('