From 421d90dbcb22371a0eaab8667c575fe9ca40df06 Mon Sep 17 00:00:00 2001 From: renato Date: Tue, 19 Jan 2016 10:14:24 +0100 Subject: [PATCH] room bug fix --- controllets/animated-grid-controllet/animated-grid-controllet.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/controllets/animated-grid-controllet/animated-grid-controllet.html b/controllets/animated-grid-controllet/animated-grid-controllet.html index 908e77c..07b4d04 100755 --- a/controllets/animated-grid-controllet/animated-grid-controllet.html +++ b/controllets/animated-grid-controllet/animated-grid-controllet.html @@ -16,7 +16,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN :host { display: block; - /*background: #000;*/ + background: #FFFFFF; + /*margin-top: 16px;;*/ } /* clearfix */ @@ -50,7 +51,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN ::content .room-body { - height: calc(100% - 16px);/* 100% =*200/400 -4 border*/ + height: calc(100% - 40px);/* 100% =*200/400 -4 border*/ width: calc(100% - 16px); color:#FFFFFF; padding: 8px; -- libgit2 0.21.4