Commit 421d90dbcb22371a0eaab8667c575fe9ca40df06

Authored by Renato De Donato
1 parent 170197f1

room bug fix

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 @@ -16,7 +16,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
16 16
17 :host { 17 :host {
18 display: block; 18 display: block;
19 - /*background: #000;*/ 19 + background: #FFFFFF;
  20 + /*margin-top: 16px;;*/
20 } 21 }
21 22
22 /* clearfix */ 23 /* clearfix */
@@ -50,7 +51,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN @@ -50,7 +51,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
50 51
51 ::content .room-body 52 ::content .room-body
52 { 53 {
53 - height: calc(100% - 16px);/* 100% =*200/400 -4 border*/ 54 + height: calc(100% - 40px);/* 100% =*200/400 -4 border*/
54 width: calc(100% - 16px); 55 width: calc(100% - 16px);
55 color:#FFFFFF; 56 color:#FFFFFF;
56 padding: 8px; 57 padding: 8px;