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

"Select" button with longer caption looks poorly under some browsers

2 Answers 70 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Tomasz M.Lipiński
Top achievements
Rank 1
Tomasz M.Lipiński asked on 19 Jan 2010, 11:41 AM
Hi,
I'm localizing the RadUpload control at the server side - for example:
      theUpload.Localization.Select = "Wybierz plik";
The text changes as required but while under FF and Opera it looks perfect (see attached unpload_ok.jpg), under IE7/8, Chrome and Safari the caption is shifted to the right and truncated (see upload_bad.jpg).
Whats can I do to improve the look under these browsers?

Regards
Tomasz

2 Answers, 1 is accepted

Sort by
0
Accepted
Kamen Bundev
Telerik team
answered on 22 Jan 2010, 01:10 PM
Hello Tomasz,

Since you're using the Simple skin, you can just change the width of the Browse button with some CSS:
div.RadUpload .ruBrowse
{
    width: 100px;
}

This does not work for the other skins though since they use images for the background.

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.
0
Tomasz M.Lipiński
Top achievements
Rank 1
answered on 22 Jan 2010, 01:47 PM
Hi,
Thanks. It's OK now.
Regards
Tomasz
Tags
Upload (Obsolete)
Asked by
Tomasz M.Lipiński
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Tomasz M.Lipiński
Top achievements
Rank 1
Share this question
or