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

[Solved] Grid Localization CSS issue

1 Answer 12 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Artur
Top achievements
Rank 1
Artur asked on 17 Jan 2011, 06:18 PM
Hello.
We are trying to use your ASP.Net MVC contols localised on russian. But there are some issues. F.e. in attached picture you can see that happen then mouse is hovering "clear filter" button in grid. Probably the problem is in the length of the label on russian.

What can we do insted of shortering the label?

Thank you.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 18 Jan 2011, 10:13 AM
Hi Artur,

You have several options - you can reduce the button's font-size and/or the line-height, and/or you can remove the background image and leave the background color only. Here is a sample CSS rule, which does all of the above.

.t-filter-options  .t-clear-button
{
    font-size:10px;
    line-height:1.2;
    background-image:none;
}


Regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Artur
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or