C# ASP.NET-Telerik:更改大小标记

C# ASP.NET-Telerik:更改大小标记,c#,css,asp.net,dictionary,telerik,C#,Css,Asp.net,Dictionary,Telerik,我在Telerik的记分器有个小问题,看: (我不能发布我的图片) 我如何改变我的制造商的尺寸,因为在这里,它对我的地图来说真的很大 Thx&Cya 下面是从该线程中获取的示例: /* Change font-size of the glyph icon and fix the marker appearance */ .RadMap span.k-marker-pin:before { font-size: 12px; color: green; margin-lef

我在Telerik的记分器有个小问题,看:

(我不能发布我的图片)

我如何改变我的制造商的尺寸,因为在这里,它对我的地图来说真的很大


Thx&Cya

下面是从该线程中获取的示例:

/* Change font-size of the glyph icon and fix the marker appearance */
.RadMap span.k-marker-pin:before {
    font-size: 12px;
    color: green;
    margin-left: -19px;
    margin-top: -16px;
}

/* Correct the width of the marker element to fix tooltip position */
.RadMap span.k-marker-pin {
    margin-top: -14px;
    height: 14px;
}