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

How to resolve extra spacing issues within RadUpload Control

4 Answers 100 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Ajay
Top achievements
Rank 2
Ajay asked on 29 Jun 2012, 09:52 AM
Hi Telerik Support !

Firstly, I would like to thank you for all your dedicated co-operation for my problems.

This time aroud I got stuck with RadUpload Control. Actually what I need to achieve is that I want to increase the width of RadUpload in such as way that its REMOVE button contines to stay intact with it (which happens only when I have RadUpload width set t0 less that 40 px, but when I try to increase its width it [Remove Button] gets along in other line.) .

Please see the attachment.

Also, I want to decrease the gap between ADD BUTTON & RadUpload control. How can I do this ?

Thanks for your help & please help with this problem.

Ajay

4 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 02 Jul 2012, 07:27 AM
Hi Ajay,

Try overriding the default CSS as follows to achieve your scenario.

CSS:
<style type="text/css">
    .RadUpload .ruRemove
        {
            position: absolute !important;
        }
    .RadUpload .ruInputs li.ruActions
        {
            margin: 0 !important;
        }
</style>

Hope this helps.

Thanks,
Princy.
0
Ajay
Top achievements
Rank 2
answered on 03 Jul 2012, 01:36 PM
Hi Princy !

You make me happy..

Great thanks ..

Ajay
0
Vidhee
Top achievements
Rank 1
answered on 30 Oct 2012, 04:48 PM
Hi this doesnot works for me..

Do I need to define this style in my css file??? I am confused in this...

How to access RAD default skin style sheet??
0
Princy
Top achievements
Rank 2
answered on 02 Nov 2012, 07:24 AM
Hi Vidhee,

You don't need to access RadControls default skin style sheet. You can write the style in your css fille and it will override the default css.

Hope this helps.

Thanks,
Princy.
Tags
Upload (Obsolete)
Asked by
Ajay
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
Ajay
Top achievements
Rank 2
Vidhee
Top achievements
Rank 1
Share this question
or