From f66137f895b64e06a80f2dd56d0216bb77cf5860 Mon Sep 17 00:00:00 2001 From: luigser Date: Wed, 4 Nov 2015 12:40:01 +0100 Subject: [PATCH] controllets and base datatel behavior update --- controllets/animated-button-container-controllet/animated-button-container-controllet.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 e26853a..37ca639 100755 --- a/controllets/animated-button-container-controllet/animated-button-container-controllet.html +++ b/controllets/animated-button-container-controllet/animated-button-container-controllet.html @@ -238,11 +238,11 @@ $(this.$.container_content).perfectScrollbar(); - this.$.open_window_button.style.height = this.iconHeight + "px"; - this.$.open_window_button.style.width = this.iconWidth + "px"; + this.$.open.style.height = this.iconHeight + "px"; + this.$.open.style.width = this.iconWidth + "px"; this.$.open_window_button.style.backgroundColor = this.backgroundButtonColor; - this.$.button.style.width = this.iconWidth + "px"; - this.$.button.style.height = this.iconHeight + "px"; + 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"; }, -- libgit2 0.21.4