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

AsyncUpload file list Horizontally?

1 Answer 73 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
randall
Top achievements
Rank 1
randall asked on 08 Apr 2014, 03:42 AM
Does anyone know how i can have the file list upload show in a row much like Outlook etc.
instead of then displaying vertically, i'd like them to list side by side in a horizontal row.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 08 Apr 2014, 08:46 AM
Hi randall,

Please try the following CSS to achieve your scenario.

CSS:
.RadUpload .ruInputs li
{
    float: left !important;
}

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