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

Spacing between files and action buttons

2 Answers 67 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Jayzle
Top achievements
Rank 1
Jayzle asked on 11 Aug 2015, 08:50 AM

Hi,

 Just want to ask how to put spacing between files and action buttons? I have attached a screenshot and highlighted the part on which I need to add spacing. Thanks.

2 Answers, 1 is accepted

Sort by
0
Jayzle
Top achievements
Rank 1
answered on 12 Aug 2015, 02:50 AM

Additional question would be how to add a button beside the Browse/Select button?

The goal is to have select files and beside it would be the Upload button (manual uploading process)

Thanks.

0
Magdalena
Telerik team
answered on 12 Aug 2015, 08:03 AM
Hi Jayzle,

The spacing between a file name and the "cancel" button can be increased by the following:
.ruFileWrap {
    margin-right: 30px;
}

Regarding to the question about an additional button next to the "select" button, it is possible to place a button bu for example absolute positioning, which will be relative to the common parent element. Please, find a sample project in the attachment.

Do not hesitate to contact us if you have other questions.


Regards,
Magdalena
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
AsyncUpload
Asked by
Jayzle
Top achievements
Rank 1
Answers by
Jayzle
Top achievements
Rank 1
Magdalena
Telerik team
Share this question
or