From dd1398918af4fd97b623f3d54528bbeca4ba7160 Mon Sep 17 00:00:00 2001 From: isisadmin Date: Fri, 30 Oct 2015 17:33:33 +0100 Subject: [PATCH] layout fix --- controllets/animated-button-container-controllet/animated-button-container-controllet.html | 25 +++++++++++++++++-------- controllets/data-sevc-controllet/data-sevc-controllet.html | 7 ++++--- 2 files changed, 21 insertions(+), 11 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 8115cef..bffb89c 100755 --- a/controllets/animated-button-container-controllet/animated-button-container-controllet.html +++ b/controllets/animated-button-container-controllet/animated-button-container-controllet.html @@ -131,6 +131,15 @@ transition: 0.2s ease-out; } + .transparent + { + position:fixed; + top:0; + left:0; + width:100%; + height:100%; + background-color: rgba(0, 0, 0, 0.4); + } @@ -139,7 +148,7 @@
-
+
@@ -149,8 +158,7 @@
-
- +
@@ -229,11 +237,12 @@ $(this.$.container_content).perfectScrollbar(); - this.$.open.style.height = this.iconHeight + "px"; - this.$.open.style.width = this.iconWidth + "px"; - this.$.open.style.backgroundColor = this.backgroundButtonColor; - this.$.button.style.width = this.iconWidth + "px"; - this.$.button.style.height = this.iconHeight + "px"; + this.$.open.style.height = this.iconHeight + "px"; + this.$.open.style.width = this.iconWidth + "px"; + this.$.open.style.backgroundColor = this.backgroundButtonColor; + this.$.button.style.width = this.iconWidth + "px"; + this.$.button.style.height = this.iconHeight + "px"; + this.$.button_container.style.height = this.iconHeight + "px"; }, _onOpenClick: function() { diff --git a/controllets/data-sevc-controllet/data-sevc-controllet.html b/controllets/data-sevc-controllet/data-sevc-controllet.html index 0fc4974..99cb23d 100755 --- a/controllets/data-sevc-controllet/data-sevc-controllet.html +++ b/controllets/data-sevc-controllet/data-sevc-controllet.html @@ -175,7 +175,8 @@ Example: { height: 60vh; min-height: 60vh; - + min-width: 45%; + margin-top:10px; } .datalet_right_container @@ -392,7 +393,7 @@ Example: - +
@@ -429,7 +430,7 @@ Example:
-
+
-- libgit2 0.21.4