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

[Solved] Custom style via online Style Builder

1 Answer 43 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.
miksh
Top achievements
Rank 1
Iron
miksh asked on 03 May 2011, 03:04 PM
If set widget line-height=40px you'll notice that a triangle image in the top menu items with dropdown menu is not vertically centered. What should be changed in css to center it? Could it be fixed the next builder release?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 03 May 2011, 04:13 PM
Hello Michael,

You should change the arrows' vertical alignment in the CSS code from "top" to "middle":

.t-menu  .t-arrow-down,
.t-menu  .t-arrow-next
{
    vertical-align: middle;
}

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
miksh
Top achievements
Rank 1
Iron
Answers by
Dimo
Telerik team
Share this question
or