From e27db669c68f88526926a5390f03749379094ee4 Mon Sep 17 00:00:00 2001 From: isisadmin Date: Sun, 1 Nov 2015 15:34:21 +0100 Subject: [PATCH] paper card controllet --- controllets/paper-card-controllet/paper-card-controllet.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllets/paper-card-controllet/paper-card-controllet.html b/controllets/paper-card-controllet/paper-card-controllet.html index 9c4b493..7151fea 100755 --- a/controllets/paper-card-controllet/paper-card-controllet.html +++ b/controllets/paper-card-controllet/paper-card-controllet.html @@ -78,7 +78,6 @@ font-size: 10px; color: rgba(0,0,0,0.4); font-family: 'Roboto', sans-serif; - word-wrap: break-word; } .delete{ @@ -132,6 +131,7 @@ position: relative; height: 100%; width: 100%; + z-index: 1000; } @@ -232,7 +232,7 @@ }, - ready: function(){ + attached: function(){ if(this.cardType == "text"){ this.$.content.style.backgroundColor = "#ffc"; } -- libgit2 0.21.4