##// END OF EJS Templates
Added a class for RadioButtons container...
Jonathan Frederic -
Show More
@@ -126,8 +126,7 b' define(["notebook/js/widgets/widget"], function(WidgetManager){'
126 126 .hide();
127 127 this.$container = $('<div />')
128 128 .appendTo(this.$el)
129 .addClass('widget-container')
130 .addClass('vbox');
129 .addClass('widget-radio-box');
131 130 this.$el_to_style = this.$container; // Set default element to style
132 131 this.update();
133 132 },
@@ -178,6 +178,7 b''
178 178 .widget-numeric-text {
179 179 /* Single Line Textbox - used for IntTextView and FloatTextView */
180 180 width : 150px;
181 margin : 0px !important;
181 182 }
182 183
183 184 .widget-progress {
@@ -261,6 +262,14 b''
261 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 273 .docked-widget-modal {
265 274 /* Horizontal Label */
266 275 overflow: hidden;
General Comments 0
You need to be logged in to leave comments. Login now