From 17044e66492d4c82f3bc74ee647bd2011f6b5862 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 22 Mar 2013 20:16:25 +0530 Subject: [PATCH] set width/height for flag in map marker tooltip --- source/Ox.UI/js/Map/MapMarker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Map/MapMarker.js b/source/Ox.UI/js/Map/MapMarker.js index 22ae0b38..5b936f59 100644 --- a/source/Ox.UI/js/Map/MapMarker.js +++ b/source/Ox.UI/js/Map/MapMarker.js @@ -259,7 +259,7 @@ Ox.MapMarker = function(options) { that.tooltip = Ox.Tooltip({ title: '' + + '" style="float: left; width: 16px; height: 16px; margin: 1px 0 1px -1px; border-radius: 4px"/>' + '
' + that.map.options('markerTooltip')(that.place) + '
' })