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

Shrink spacing between file list items

2 Answers 70 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 03 Jun 2014, 04:46 PM
What CSS do I need to apply to reduce the height / shrink spacing between the file names in the uploaded list?

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 04 Jun 2014, 07:28 AM
Hi Richard,

Please try the below CSS to change the height of the uploaded file list.

CSS:
.RadAsyncUpload span.ruFileWrap
{
    height: 22px !important;
}

Thanks,
Shinu.
0
Magdalena
Telerik team
answered on 04 Jun 2014, 07:57 AM
Hello Richard,

Please, apply the following for minimizing the space between file names in the uploaded list
html .RadUpload,
html .RadUpload a,
html .RadUpload input {
    line-height: 19px;
}
 
html .RadUpload .ruFileWrap {
    height: auto;
}
html .RadUpload .ruInputs li {
    margin: 0;
}


Regards,
Magdalena
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
AsyncUpload
Asked by
Richard
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Magdalena
Telerik team
Share this question
or