File tree Expand file tree Collapse file tree 1 file changed +20
-14
lines changed
ipywidgets/static/widgets/less Expand file tree Collapse file tree 1 file changed +20
-14
lines changed Original file line number Diff line number Diff line change 147
147
148
148
.widget-vslider {
149
149
/* Vertical jQuery Slider */
150
- width : 50px ;
151
-
150
+ width : 50px ;
151
+ height : 250px ;
152
+
152
153
.slider-container {
153
- /* Fix the padding of the slide track so the ui-slider is sized
154
+ /* Fix the padding of the slide track so the ui-slider is sized
154
155
correctly. */
155
156
padding-bottom : 5px ;
156
- overflow : visible ;
157
+ overflow : visible ;
158
+ flex-grow : 1 ;
157
159
158
160
/* Default size of the slider */
159
161
width : 5px ;
160
- max-width : 5px ;
161
- height : 250px ;
162
- margin-left : auto ;
163
- margin-right : auto ;
164
-
162
+ max-width : 5px ;
163
+ margin-left : auto ;
164
+ margin-right : auto ;
165
+
165
166
/* Style the slider track */
166
167
.slide-track ();
167
168
168
169
/* Make the div a flex box (makes FF behave correctly). */
169
170
.vbox ();
170
-
171
+
171
172
.ui-slider {
172
173
/* Inner, invisible slide div */
173
174
.vbox ();
301
302
.widget-hprogress {
302
303
/* Progress Bar */
303
304
width : @widget-width ;
304
- margin-top : 8 px ;
305
+ height : 32 px ;
305
306
306
307
.progress {
307
308
flex-grow : 1 ;
309
+ margin-top : auto ;
310
+ margin-bottom : auto ;
308
311
}
309
312
310
313
.progress-bar {
319
322
320
323
.widget-vprogress {
321
324
/* Progress Bar */
322
- margin-top : 8px ;
323
- min-height : 250px ;
324
- width : 12px ;
325
+ height : 250px ;
326
+ width : 50px ;
325
327
326
328
.progress {
327
329
flex-grow : 1 ;
330
+ width : 12px ;
331
+ margin-left : auto ;
332
+ margin-right : auto ;
333
+ margin-bottom : 0 ;
328
334
}
329
335
330
336
.progress-bar {
You can’t perform that action at this time.
0 commit comments