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

Input Problem with Right To Left

2 Answers 50 Views
Input
This is a migrated thread and some comments may be shown as answers.
Pouya ir
Top achievements
Rank 1
Pouya ir asked on 21 May 2010, 11:50 AM
Hi dear Telerik.

when i use RadInput  with right to left text box, i have a bad problem: 
Warning icone is in the right side and this image conflict with text.

please see attached image : 

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 21 May 2010, 12:27 PM
Hello Pouya ir,

Please add one of the following CSS rules to your page:

html body form .RadInput_SkinName  .riError ,
html body form .RadInput_Error_SkinName
{
         background-position: 3px  -298px ;
}

or

.RadInput  .riError ,
.RadInput_Error_SkinName
{
         background-position: 3px  -298px  !important ;
}


Best wishes,
Dimo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Pouya ir
Top achievements
Rank 1
answered on 21 May 2010, 06:48 PM
Thanks a lot.

I Love You Telerik ....


Tags
Input
Asked by
Pouya ir
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Pouya ir
Top achievements
Rank 1
Share this question
or