From 412605917c4933f851b79e5da0fbea818d3721a4 Mon Sep 17 00:00:00 2001 From: Gordon Ball Date: Mon, 30 Jun 2014 15:02:41 +0200 Subject: [PATCH] Adjust range style so that the vertical range marker is visible --- IPython/html/static/widgets/less/widgets.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/IPython/html/static/widgets/less/widgets.less b/IPython/html/static/widgets/less/widgets.less index 4eed2e213..28996f6f6 100644 --- a/IPython/html/static/widgets/less/widgets.less +++ b/IPython/html/static/widgets/less/widgets.less @@ -122,6 +122,11 @@ height : 28px !important; margin-top : -8px !important; } + + .ui-slider-range { + height : 12px !important; + margin-top : -4px !important; + } } } @@ -160,6 +165,11 @@ height : 14px !important; margin-left : -9px; } + + .ui-slider-range { + width : 12px !important; + margin-left : -1px !important; + } } }