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,
Can anyone help me and explain if I'm able to have padding from left in RadInput?
Edit:
Ok, I solve the problem:
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 { |
| padding: 3px 5px; |
| border: 1px solid #CCCCCC; |
| background: url(../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" /> |