From f4513bc7cee44fd95acd067ae6677f89b85cf65d Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 12 Feb 2015 11:53:14 -0800 Subject: [PATCH] adjust appearance of cell toolbar select undo some of the bootstrap mixin sizing, which should help the appearance on Firefox on Linux. --- IPython/html/static/notebook/less/celltoolbar.less | 5 ++++- IPython/html/static/style/style.min.css | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/IPython/html/static/notebook/less/celltoolbar.less b/IPython/html/static/notebook/less/celltoolbar.less index e706bf3d2..667bf67d1 100644 --- a/IPython/html/static/notebook/less/celltoolbar.less +++ b/IPython/html/static/notebook/less/celltoolbar.less @@ -50,9 +50,12 @@ .celltoolbar select { .form-control(); .input-sm(); + // undo some of the sizing caused by the above mixins width: inherit; - font-size: 87%; + font-size: inherit; height: 22px; + padding: 0px; + display: inline-block; } diff --git a/IPython/html/static/style/style.min.css b/IPython/html/static/style/style.min.css index 34ae3359e..f49316050 100644 --- a/IPython/html/static/style/style.min.css +++ b/IPython/html/static/style/style.min.css @@ -10525,8 +10525,9 @@ p { line-height: 1.5; border-radius: 1px; width: inherit; - font-size: 87%; + font-size: inherit; height: 22px; + padding: 0px; display: inline-block; } .celltoolbar select:focus {