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

时间:2015-01-07 08:42:17

标签: c# css asp.net dictionary telerik

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

(我无法发布我的图片)

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

如何更改我的制作者的大小因为,这里对我的地图来说真的很大......

Thx& Cya!

1 个答案:

答案 0 :(得分:0)

以下是从此主题获取的示例: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;
}