diff --git a/css/multiview.css b/css/multiview.css index f7be2bbd..0f28beca 100644 --- a/css/multiview.css +++ b/css/multiview.css @@ -40,6 +40,19 @@ margin-bottom: 10px; } +.recline-data-explorer .radio, +.recline-data-explorer .checkbox { + padding-left: 20px; +} + +.recline-data-explorer .editor-update-map { + margin: 30px 0px 20px 0px; +} + +.recline-data-explorer label { + font-weight: normal; +} + /********************************************************** * Query Editor *********************************************************/ diff --git a/src/view.map.js b/src/view.map.js index 76c9e675..7ef1f8d7 100644 --- a/src/view.map.js +++ b/src/view.map.js @@ -511,7 +511,7 @@ my.MapMenu = Backbone.View.extend({