This is a migrated thread and some comments may be shown as answers.

RadTextBox: padding-left: 22px

1 Answer 138 Views
Input
This is a migrated thread and some comments may be shown as answers.
ido nahmias
Top achievements
Rank 1
ido nahmias asked on 12 Aug 2013, 09:40 AM
1. Is the padding-left:22px for the RadTextBox necessary in class .RadInputRTL?
2. Is the change I mentioned above, was done from version: 2013.2.717.40? Are there any new css changes? 

*The css change I mentioned above affected all our forms layout.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 14 Aug 2013, 03:19 PM
Hi Ido,

It seems that you have found a bug in RadTextBox. Thank you for reporting it to us, it will be logged and fixed as soon as possible.

Your Telerik points will be updated as well, thank you for being so attentive.

Currently, I can propose you a simple workaround. Just add the following rule to your styles.

CSS:

span.RadInputRTL {
    padding-left: 0;
}

This CSS rule will remove the left padding and the RadTextBox should behave as before.

Regards,
Venelin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Input
Asked by
ido nahmias
Top achievements
Rank 1
Answers by
Venelin
Telerik team
Share this question
or