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

Width and height of Select button.

4 Answers 214 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Dona
Top achievements
Rank 1
Dona asked on 05 Aug 2013, 02:20 AM
Hi

How can I increase the width and height of Select button of asyncupload?

Thanks
Dona

4 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 Aug 2013, 04:15 AM
Hi Dona,

Please have a look at this forum thread on Increasing the size of upload button in RadAsyncUpload.

Thanks,
Shinu.
0
Ivan Zhekov
Telerik team
answered on 05 Aug 2013, 12:39 PM
Hi, Dona.

In addition, to what Shinu said, you could use the following snippet (or customized one):

/** Implying your skin is Silk. If not, modify the snippet accordingly */
 
/** For all buttons */
html .RadUpload_Silk .ruButton {
    width: 150px;
    height: 40px;
    border: 1px solid #999999;
}
 
/** For browse button */
html .RadUpload_Silk .ruBrowse {
    width: 150px;
    height: 30px;
    border: 1px solid #cccccc;
}


Regards,
Ivan Zhekov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Dona
Top achievements
Rank 1
answered on 08 Aug 2013, 06:25 PM
Hi Ivan,

I tried the same CSS for the Default skin and I am getting the old weird style. Bottom portion of the button seems cut-off.
0
Ivan Zhekov
Telerik team
answered on 13 Aug 2013, 07:06 PM
Hi, Dona.

Could you share more information to your case e.g. what operating system / browser are you using; what other additional styles do you have on the page; would you happen to have a framework loaded etc.. Also, what are the exact dimensions you are trying to achieve?

I will try to recreate your project and see if I encounter the same issues.

Regards,
Ivan Zhekov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
AsyncUpload
Asked by
Dona
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Ivan Zhekov
Telerik team
Dona
Top achievements
Rank 1
Share this question
or