align: "center" not working for view: "text"?

I was unsuccessfully trying to center a login form on the center of a page, but then I noticed it also doesn’t work on the sample provided at http://docs.webix.com/samples/13_form/02_api/04_input_align.html.
No such problem for view: “button”.
What am I missing?

On the same sample, the align: “right” also doesn’t seem to work as expected for view: “text” . The label is on the right but the text boxes are still on the left.
Also, no such problem for view: “button”.

Yep, the right align for text controls works different than for buttons

If you need to move the control to right - you can just add an empty view before it. Such empty view will take all free space and push the next view to the right.

http://webix.com/snippet/3c8fc37e