Hi Jaanus,
Note that when using float for an element this will affect the position of the elements following it. Furthermore, using float for a table cell is not recommended as this will likely break the layout of the table.
In order to align the text to the right I would recommend using the
text-align property. Check out the updated dojo below for reference.
Regards,
Viktor Tachev
Progress Telerik