diff --git a/IPython/html/static/notebook/js/widgets/bool.js b/IPython/html/static/notebook/js/widgets/bool.js index 1592c60ca..991e13538 100644 --- a/IPython/html/static/notebook/js/widgets/bool.js +++ b/IPython/html/static/notebook/js/widgets/bool.js @@ -11,7 +11,7 @@ require(["notebook/js/widget"], function(){ this.$el = $('
') .addClass('widget-hbox-single'); this.$label = $('
') - .addClass('widget-label') + .addClass('widget-hlabel') .appendTo(this.$el) .hide(); this.$checkbox = $('') diff --git a/IPython/html/static/notebook/js/widgets/selection.js b/IPython/html/static/notebook/js/widgets/selection.js index 5e9c80c4b..7480306b6 100644 --- a/IPython/html/static/notebook/js/widgets/selection.js +++ b/IPython/html/static/notebook/js/widgets/selection.js @@ -12,7 +12,7 @@ require(["notebook/js/widget"], function(){ .html(''); this.$label = $('
') .appendTo(this.$el) - .addClass('widget-label') + .addClass('widget-hlabel') .hide(); this.$buttongroup = $('
') .addClass('widget_item') @@ -90,7 +90,7 @@ require(["notebook/js/widget"], function(){ .html(''); this.$label = $('
') .appendTo(this.$el) - .addClass('widget-label') + .addClass('widget-hlabel') .hide(); this.$container = $('
') .appendTo(this.$el) @@ -172,7 +172,7 @@ require(["notebook/js/widget"], function(){ .html(''); this.$label = $('
') .appendTo(this.$el) - .addClass('widget-label') + .addClass('widget-hlabel') .hide(); this.$buttongroup = $('
') .addClass('btn-group') diff --git a/IPython/html/static/notebook/js/widgets/string.js b/IPython/html/static/notebook/js/widgets/string.js index 5da02162f..02395a85f 100644 --- a/IPython/html/static/notebook/js/widgets/string.js +++ b/IPython/html/static/notebook/js/widgets/string.js @@ -30,7 +30,7 @@ require(["notebook/js/widget"], function(){ .html(''); this.$label = $('
') .appendTo(this.$el) - .addClass('widget-label') + .addClass('widget-hlabel') .hide(); this.$textbox = $('