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

Files position

1 Answer 41 Views
Upload
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
joe castle
Top achievements
Rank 1
joe castle asked on 10 Aug 2011, 03:47 PM
Probably very basic question but, is it possible to change the selected files position from under the button to next to it (to the right)? There will be only one file selected.

thanks

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 12 Aug 2011, 02:59 PM
Hello Joe,

Try if adding this CSS to your page helps:
.t-dropzone,
.t-upload-files
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

Regards,
Kamen Bundev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Tags
Upload
Asked by
joe castle
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or