From a7e7f95ef17e442eddac2b4c2ca6388fc7da8494 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Mon, 22 Sep 2014 16:33:57 -0700 Subject: [PATCH] Remove forgotten hreadout --- IPython/html/static/widgets/js/widget_int.js | 2 +- IPython/html/static/widgets/less/widgets.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/IPython/html/static/widgets/js/widget_int.js b/IPython/html/static/widgets/js/widget_int.js index 563926498..fac6e3633 100644 --- a/IPython/html/static/widgets/js/widget_int.js +++ b/IPython/html/static/widgets/js/widget_int.js @@ -28,7 +28,7 @@ define([ this.$readout = $('
') .appendTo(this.$el) - .addClass('widget-hreadout') + .addClass('widget-readout') .hide(); this.model.on('change:slider_color', function(sender, value) { diff --git a/IPython/html/static/widgets/less/widgets.less b/IPython/html/static/widgets/less/widgets.less index 84244c1d2..5a495167f 100644 --- a/IPython/html/static/widgets/less/widgets.less +++ b/IPython/html/static/widgets/less/widgets.less @@ -188,6 +188,7 @@ .widget-hbox { /* Horizontal widgets */ .hbox(); + margin: 5px; input[type="checkbox"] { margin-top: 9px;