From 87bb8b5828356e836a96694c227aeeff4a774da2 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Sun, 27 Jul 2014 01:51:09 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B9=20=D1=86=D0=B2?= =?UTF-8?q?=D0=B5=D1=82=20=D0=B3=D1=80=D1=83=D0=BF=D0=BF=D0=B8=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20=D1=82=D0=BE=D1=87=D0=B5?= =?UTF-8?q?=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/MarkerCluster.Default.css | 12 ++++++------ public/js/map.js | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/public/css/MarkerCluster.Default.css b/public/css/MarkerCluster.Default.css index bbc8c9f..55037d2 100644 --- a/public/css/MarkerCluster.Default.css +++ b/public/css/MarkerCluster.Default.css @@ -1,22 +1,22 @@ .marker-cluster-small { - background-color: rgba(181, 226, 140, 0.6); + background-color: rgba(100, 187, 100, 0.5); } .marker-cluster-small div { - background-color: rgba(110, 204, 57, 0.6); + background-color: rgba(34, 187, 34, 0.6); } .marker-cluster-medium { - background-color: rgba(241, 211, 87, 0.6); + background-color: rgba(255, 193, 100, 0.5); } .marker-cluster-medium div { - background-color: rgba(240, 194, 12, 0.6); + background-color: rgba(255, 193, 31, 0.6); } .marker-cluster-large { - background-color: rgba(253, 156, 115, 0.6); + background-color: rgba(187, 100, 100, 0.5); } .marker-cluster-large div { - background-color: rgba(241, 128, 23, 0.6); + background-color: rgba(187, 34, 34, 0.6); } /* IE 6-8 fallback colors */ diff --git a/public/js/map.js b/public/js/map.js index 239ab1d..c7d2c38 100644 --- a/public/js/map.js +++ b/public/js/map.js @@ -59,6 +59,7 @@ function init(lat, lng) { { $('#addPointId').remove(); $('#addPointForm input').val(''); + $('#addPointForm textarea').val(''); $("#addPointCategoryId option" ).attr('selected', null); $('#addPointLat').val(e.latlng.lat); $('#addPointLng').val(e.latlng.lng);