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

align remove button

1 Answer 31 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Sigma
Top achievements
Rank 1
Sigma asked on 12 Feb 2013, 05:29 AM
hi,

Is there a way to align the Remove button in the asyncupload to the left?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 12 Feb 2013, 06:16 AM
Hi Sigma,

Try overriding the default CSS as follows.

CSS:
<style type="text/css">
.RadUpload_Default .ruRemove
{
    float:left !important;
}
</style>

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