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

Change width of Select button

3 Answers 402 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
J
Top achievements
Rank 1
J asked on 09 Jul 2011, 03:31 PM
Hi,

I am trying to change width of AsyncUpload select button but no solution works for me :-/

I have this code in my view Default.aspx

<telerik:RadAsyncUpload ID="RadAsyncUpload1" runat="server" Skin="Black"
    CssClass="button">
    <Localization Select="Almost 50 chars long text" />
</telerik:RadAsyncUpload>

On attached image, you can see my bad solution. If I disable .RadUpload .ruBrowse (red box) automaticly will be used .RadUpload .ruButton (green box) and this style resize button area but not the whole button (blue box) :-/

Please can you help me to solve this?

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Jul 2011, 07:20 AM
Hello,

Try overriding the default CSS like below.
CSS:
.ruBrowse
 
{
    background-position: 0 -46px !important;
    width: 122px !important;
 }

Thanks,
Shinu.
0
J
Top achievements
Rank 1
answered on 11 Jul 2011, 08:35 AM
Hi,

thanks for reply but still this solution resizes buton width but background is still small :-/.
I change my css file and on the picture you can see a result.
0
Accepted
Shinu
Top achievements
Rank 2
answered on 11 Jul 2011, 10:41 AM
Hello,

I cannot reproduce the issue locally. I hope the following forum will help you to solve the issue.
increasing size of upload button in RadAsyncUpload.

Thanks,
Shinu.
Tags
AsyncUpload
Asked by
J
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
J
Top achievements
Rank 1
Share this question
or