Hi Daina,
I just tried text-right on a dataview and this will still align all texts to to right, are you sure there is no other styling that overrules this?
For aligning text in a textbox, you can add a custom class to your stylesheet with css like:
.yourCustomClass input {
text-align: right;
}
Hope this helps!