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

Localization demo issue

2 Answers 38 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 13 Jul 2011, 07:55 PM
Hi,

I just noticed an issue on the demo: http://demos.telerik.com/aspnet-ajax/asyncupload/examples/localization/defaultvb.aspx?RadUrid=d8b760d0-f788-40f7-9f44-5e7905e9bb16

Choosing alternate languages results in the language changing but the Select button size stays the same size so on the French version it is too big for the button.

Cheers

Jon

2 Answers, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 15 Jul 2011, 01:52 PM
Hi Jon,

Thank you for noticing us for that issue. Please add the following CSS class to increase the button size.
.RadUpload .ruBrowse {
    background-position: 0 -23px !important;
    margin-left: 4px;
    width: 81px !important;
}


Regards,
Peter Filipov
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Jon
Top achievements
Rank 1
answered on 15 Jul 2011, 02:18 PM
Hi Peter,

No problem.  I don't actually use it just thought I should raise the issue.  Code will be useful for others though.

Regards,

Jon
Tags
AsyncUpload
Asked by
Jon
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Jon
Top achievements
Rank 1
Share this question
or