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

ASP.NET - Telerik : Change size Marker

我在 Telerik 中的标记有一个小问题,看:

(我不能post我的形象)

http://puu.sh/e9fCH/1b594764eb.jpg

我怎样才能改变我的 Makers 的大小因为,在这里,它对我的​​地图来说真的很大...

谢谢!

下面是从该线程中截取的示例:http://www.telerik.com/forums/change-size-markersmap

/* 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;
}