Commit d2774aae10d229f2a4d0b08caecb384c075d49f5

Authored by root
2 parents 4bf5f658 6d14b35e

Merge branch 'master' of http://service.routetopa.eu:7480/WebCompDev/COMPONENTS

controllets/animated-button-container-controllet/animated-button-container-controllet.html
... ... @@ -242,8 +242,9 @@
242 242 this.$.open.style.height = this.iconHeight + "px";
243 243 this.$.open.style.width = this.iconWidth + "px";
244 244 this.$.open_window_button.style.backgroundColor = this.backgroundButtonColor;
245   - this.$.open_window_button.style.width = this.iconWidth + "px";
246   - this.$.open_window_button.style.height = this.iconHeight + "px";
  245 + this.$.open_window_button.style.width = 24 /*this.iconWidth*/ + "px";
  246 + this.$.open_window_button.style.height = 24 /*this.iconHeight*/ + "px";
  247 + this.$.open_window_button.style.padding = "6px";
247 248 this.$.button_container.style.height = this.iconHeight + "px";
248 249 },
249 250  
... ...
demo.html
... ... @@ -264,8 +264,8 @@
264 264  
265 265 //DEEP.deepUrl = "http://deep.routetopa.eu/DEEP/";
266 266 //DEEP.datasetsList = "http://deep.routetopa.eu/DEEP/datalets-list";
267   - DEEP.deepUrl = "http://192.168.164.128/DatalEts-Ecosystem-Provider/DEEP/";
268   - DEEP.datasetsList = "http://192.168.164.128/DatalEts-Ecosystem-Provider/DEEP/datalets-list";
  267 + DEEP.deepUrl = "http://deep.routetopa.eu/DEEP/";
  268 + DEEP.datasetsList = "http://deep.routetopa.eu/DEEP/datalets-list";
269 269  
270 270 DEEP.Datasets = {
271 271 names:[
... ... @@ -551,4 +551,4 @@
551 551 </script>
552 552  
553 553 </body>
554   -</html>
555 554 \ No newline at end of file
  555 +</html>
... ...