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