[webui] Checkboxes should go to the left of their labels (#932)

This commit is contained in:
Eric Liang
2017-09-04 17:05:13 -07:00
committed by Robert Nishihara
parent d8010723d7
commit 63d8d11714
+1 -1
View File
@@ -375,7 +375,7 @@ def task_timeline():
label_options = widgets.Label(value='View options:',
layout=widgets.Layout(width='100px'))
start_box, end_box, range_slider, time_opt = get_sliders(False)
display(widgets.HBox([label_tasks, task_dep, label_objects, obj_dep]))
display(widgets.HBox([task_dep, label_tasks, obj_dep, label_objects]))
display(widgets.HBox([label_options, breakdown_opt]))
display(path_input)