Commit 8f65d1be6718351d91278f88365559ddaefb1a70
1 parent
1a83f5a1
selection controllet style update
Showing
4 changed files
with
8 additions
and
15 deletions
controllets/data-sevc-controllet/data-sevc-controllet.html
100644 → 100755
@@ -210,6 +210,12 @@ | @@ -210,6 +210,12 @@ | ||
210 | width: 100%; | 210 | width: 100%; |
211 | } | 211 | } |
212 | 212 | ||
213 | + ::content .leaflet-map-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-pane, .leaflet-tile-container, .leaflet-overlay-pane, .leaflet-shadow-pane, .leaflet-marker-pane, .leaflet-popup-pane, .leaflet-overlay-pane svg, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer { | ||
214 | + position: absolute; | ||
215 | + left: 0; | ||
216 | + top: 0; | ||
217 | + } | ||
218 | + | ||
213 | </style> | 219 | </style> |
214 | 220 | ||
215 | <iron-ajax | 221 | <iron-ajax |
@@ -357,11 +363,8 @@ | @@ -357,11 +363,8 @@ | ||
357 | </div> | 363 | </div> |
358 | </div> | 364 | </div> |
359 | 365 | ||
360 | - <div class="datalet_right_container"> | ||
361 | - <div class="vertical justified layout"> | ||
362 | - <div id="datalet_placeholder" class=""></div> | ||
363 | - </div> | ||
364 | - </div> | 366 | + <div id="datalet_placeholder" style="width: 100%;"></div> |
367 | + | ||
365 | 368 | ||
366 | </div> | 369 | </div> |
367 | 370 | ||
@@ -698,19 +701,9 @@ | @@ -698,19 +701,9 @@ | ||
698 | placeHolder : this.$.datalet_placeholder | 701 | placeHolder : this.$.datalet_placeholder |
699 | }; | 702 | }; |
700 | 703 | ||
701 | - var datalet_finish_params ={ | ||
702 | - component : this.selected_datalet, | ||
703 | - params :{ | ||
704 | - 'data-url' : this.dataUrl | ||
705 | - }, | ||
706 | - fields : this.selected_fields, | ||
707 | - placeHolder : this.$.datalet_created_placehorder | ||
708 | - }; | ||
709 | 704 | ||
710 | ComponentService.deep_url = this.deepUrl; | 705 | ComponentService.deep_url = this.deepUrl; |
711 | - | ||
712 | ComponentService.getComponent(datalet_params); | 706 | ComponentService.getComponent(datalet_params); |
713 | - ComponentService.getComponent(datalet_finish_params); | ||
714 | 707 | ||
715 | }, | 708 | }, |
716 | 709 |
controllets/data-sevc-controllet/static/css/reset.css
100644 → 100755
controllets/data-sevc-controllet/static/images/or.png
100644 → 100755
controllets/items-slider-controllet/items-slider-controllet.html
100644 → 100755