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

EditForm padding/margin

1 Answer 142 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Richard M
Top achievements
Rank 1
Richard M asked on 14 Jun 2010, 08:37 PM
I am using the EditForm in my RadGrid.  The controls are all lined up to the left side and I would like to move them to the right about 100px.  I tried <FormMainTableStyle CellPadding="100"/> , but it also created a 100px padding on the top and bottom also.  Is there a way to only create padding on the left side?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 15 Jun 2010, 06:43 AM
Hello Richard,

You can try the following CSS in your page and see whether it helps you.

CSS:
 
 <style type="text/css"
   .rgEditForm 
        { 
            padding-left100px !important; 
        } 
 </style> 

Regards,
Shinu.


Tags
Grid
Asked by
Richard M
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or