Commit 1463340a417f2b2fd04bb272d06d4a90216234f7
1 parent
c5169e0e
layout bug fix
Showing
3 changed files
with
3 additions
and
3 deletions
controllets/animated-grid-controllet/animated-grid-controllet.html
| @@ -157,7 +157,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN | @@ -157,7 +157,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN | ||
| 157 | { | 157 | { |
| 158 | $('.grid').masonry({ | 158 | $('.grid').masonry({ |
| 159 | itemSelector: '.grid-item', | 159 | itemSelector: '.grid-item', |
| 160 | - columnWidth: 200 | 160 | + columnWidth: 20 |
| 161 | }); | 161 | }); |
| 162 | }, | 162 | }, |
| 163 | 163 |
controllets/room-controllet/room-controllet.html
demo.html
| @@ -139,7 +139,7 @@ | @@ -139,7 +139,7 @@ | ||
| 139 | </script> | 139 | </script> |
| 140 | </head> | 140 | </head> |
| 141 | <body> | 141 | <body> |
| 142 | - <data-sevc-controllet localization="en" id="dsc" deep-url="http://deep.routetopa.eu/DEEP/" datalets-list-url="http://deep.routetopa.eu/DEEP/datalets-list"></data-sevc-controllet> | 142 | + <data-sevc-controllet localization="en" id="dsc" deep-url="http://172.16.15.77/DEEalerProvider/DEEP/" datalets-list-url="http://deep.routetopa.eu/DEEP/datalets-list"></data-sevc-controllet> |
| 143 | </body> | 143 | </body> |
| 144 | '> | 144 | '> |
| 145 | </iframe> | 145 | </iframe> |