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

[Solved] RadInput and CSS style - how?

0 Answers 191 Views
Input
This is a migrated thread and some comments may be shown as answers.
Grzesiek
Top achievements
Rank 2
Iron
Grzesiek asked on 23 May 2008, 05:18 PM
Hello!

I've got an Asp.Net textbox (top at image) and RadInput control (bottom).
http://img395.imageshack.us/my.php?image=radcl8.jpg

As you can see in Asp.Net textbox I have padding from left, in RadInput not although the CSS class is the same for both,

.txt_box { 
    padding3px 5px
    border1px solid #CCCCCC
    backgroundurl(../images/homepage19.gif) repeat-x left top

Can anyone help me and explain if I'm able to have padding from left in RadInput?

Edit:
Ok, I solve the problem:
<EnabledStyle CssClass="txt_box" PaddingLeft="4px" /> 

No answers yet. Maybe you can help?

Tags
Input
Asked by
Grzesiek
Top achievements
Rank 2
Iron
Share this question
or