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

Size of Slect in Localizations

1 Answer 30 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Ken Grant
Top achievements
Rank 1
Ken Grant asked on 18 Nov 2009, 12:51 PM
I have been trying to increase the width of the localised "Select" buttin on the RadUpload control. I would like to show the text as "Please select your file to upload". I have tried creating a cutom skin but have had no luck finding what part of the css to alter to achieve this. Altering width as follows doesn't work: 

.RadUpload_MySkin

 

.ruButton,

 

.RadUploadProgressArea_MySkin

 

.ruButton

 

{

 

background-image: url('Upload/ruSprite.png');

 

 

color: orange;

 

 

border:solid 1px green;

 

 

width:200px;

 

}

Also as the background image is a "sprite" image will that be an issue?

All help would be much appreciated.

Thanks

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 20 Nov 2009, 11:34 AM
Hi Ken,

The width of the button is indeed dependent on the sprite. On the left are the normal states of the button and on the right are the hovers. You can use an image editing program to alter the sprite to achieve the needed width. You must also modify the background positions in the CSS file after that.

If you have problems with this task, you can open a ticket and send us your custom skin and we will modify it accordingly. A screenshot or a mockup of your RadUpload intended look will be helpful too.

Best wishes,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Upload (Obsolete)
Asked by
Ken Grant
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or