diff --git a/controllets/animated-button-container-controllet/animated-button-container-controllet.html b/controllets/animated-button-container-controllet/animated-button-container-controllet.html index 5f3d25f..515d31e 100755 --- a/controllets/animated-button-container-controllet/animated-button-container-controllet.html +++ b/controllets/animated-button-container-controllet/animated-button-container-controllet.html @@ -242,8 +242,9 @@ this.$.open.style.height = this.iconHeight + "px"; this.$.open.style.width = this.iconWidth + "px"; this.$.open_window_button.style.backgroundColor = this.backgroundButtonColor; - this.$.open_window_button.style.width = this.iconWidth + "px"; - this.$.open_window_button.style.height = this.iconHeight + "px"; + this.$.open_window_button.style.width = 24 /*this.iconWidth*/ + "px"; + this.$.open_window_button.style.height = 24 /*this.iconHeight*/ + "px"; + this.$.open_window_button.style.padding = "6px"; this.$.button_container.style.height = this.iconHeight + "px"; }, diff --git a/demo.html b/demo.html index c92acbf..99430a6 100755 --- a/demo.html +++ b/demo.html @@ -264,8 +264,8 @@ //DEEP.deepUrl = "http://deep.routetopa.eu/DEEP/"; //DEEP.datasetsList = "http://deep.routetopa.eu/DEEP/datalets-list"; - DEEP.deepUrl = "http://192.168.164.128/DatalEts-Ecosystem-Provider/DEEP/"; - DEEP.datasetsList = "http://192.168.164.128/DatalEts-Ecosystem-Provider/DEEP/datalets-list"; + DEEP.deepUrl = "http://deep.routetopa.eu/DEEP/"; + DEEP.datasetsList = "http://deep.routetopa.eu/DEEP/datalets-list"; DEEP.Datasets = { names:[ @@ -551,4 +551,4 @@ - \ No newline at end of file +