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

How to add more space between remove icon and "Remove" text?

1 Answer 33 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Jin
Top achievements
Rank 1
Jin asked on 30 Aug 2012, 01:58 PM
How to add more space between remove icon and "Remove" text in attached image?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 31 Aug 2012, 04:58 AM
Hi,

Try setting the following CSS.
CSS:
.RadUpload_Default .ruButton,.RadUploadProgressArea_Default .ruButton
{
  padding-left:20px !important;
}

Thanks,
Shinu.
Tags
AsyncUpload
Asked by
Jin
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or