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 515d31e..62040a2 100755 --- a/controllets/animated-button-container-controllet/animated-button-container-controllet.html +++ b/controllets/animated-button-container-controllet/animated-button-container-controllet.html @@ -239,13 +239,12 @@ $(this.$.container_content).perfectScrollbar(); - 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 = 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"; + 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.$.button_container.style.height = this.iconHeight + "px"; }, _onOpenClick: function() { diff --git a/demo.html b/demo.html index 99430a6..feee467 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://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.Datasets = { names:[ @@ -346,7 +346,7 @@ if(response.idm.inputs.input.constructor == Object) { if(response.idm.inputs.input.selection == "*") { - var fields = this.$.selectedFields_container.querySelectorAll('draggable-element-controllet'); + var fields = this.$.selected_fields_container.querySelectorAll('draggable-element-controllet'); input = response.idm.inputs.input; response.idm.inputs.input = new Array(); for(var i=0;i - + \ No newline at end of file