Show More
@@ -126,8 +126,7 b' define(["notebook/js/widgets/widget"], function(WidgetManager){' | |||||
126 | .hide(); |
|
126 | .hide(); | |
127 | this.$container = $('<div />') |
|
127 | this.$container = $('<div />') | |
128 | .appendTo(this.$el) |
|
128 | .appendTo(this.$el) | |
129 |
.addClass('widget- |
|
129 | .addClass('widget-radio-box'); | |
130 | .addClass('vbox'); |
|
|||
131 | this.$el_to_style = this.$container; // Set default element to style |
|
130 | this.$el_to_style = this.$container; // Set default element to style | |
132 | this.update(); |
|
131 | this.update(); | |
133 | }, |
|
132 | }, |
@@ -178,6 +178,7 b'' | |||||
178 | .widget-numeric-text { |
|
178 | .widget-numeric-text { | |
179 | /* Single Line Textbox - used for IntTextView and FloatTextView */ |
|
179 | /* Single Line Textbox - used for IntTextView and FloatTextView */ | |
180 | width : 150px; |
|
180 | width : 150px; | |
|
181 | margin : 0px !important; | |||
181 | } |
|
182 | } | |
182 |
|
183 | |||
183 | .widget-progress { |
|
184 | .widget-progress { | |
@@ -261,6 +262,14 b'' | |||||
261 | .align-start(); |
|
262 | .align-start(); | |
262 | } |
|
263 | } | |
263 |
|
264 | |||
|
265 | .widget-radio-box { | |||
|
266 | /* Contains RadioButtonsWidget */ | |||
|
267 | .vbox(); | |||
|
268 | .border-box-sizing(); | |||
|
269 | ||||
|
270 | padding-top: 4px; | |||
|
271 | } | |||
|
272 | ||||
264 | .docked-widget-modal { |
|
273 | .docked-widget-modal { | |
265 | /* Horizontal Label */ |
|
274 | /* Horizontal Label */ | |
266 | overflow: hidden; |
|
275 | overflow: hidden; |
General Comments 0
You need to be logged in to leave comments.
Login now