Commit 8afcd1ba4f8bc673841812ea4f8186aa7edde163

Authored by Renato De Donato
2 parents 9819a403 97b9819d

Merge branch 'master' of http://service.routetopa.eu:7480/WebCompDev/COMPONENTS

controllets/google-cards-controllet/google-card-controllet.html
... ... @@ -46,8 +46,8 @@
46 46 paper-fab#fullscreen-button {
47 47 position: absolute;
48 48 /*z-index: 10;*/
49   - top: 0px;
50   - right: 0px;
  49 + top: 10px;
  50 + left: 10px;
51 51 --paper-fab-background:#2196F3;
52 52 padding : 0px;
53 53 margin: 0px;
... ... @@ -84,13 +84,17 @@
84 84 width: 100%;
85 85 }
86 86  
  87 + :host #docs-header{
  88 + display : none;
  89 + }
  90 +
87 91 </style>
88 92  
89 93  
90 94 <paper-material id="paper_card_container" elevation="{{elevation}}">
91 95  
92 96 <div id="content">
93   - <iframe id="resource" src="{{resourceUrl}}&embedded=true"></iframe>
  97 + <iframe id="resource" src="{{resourceUrl}}&embedded=true&rm=embedded"></iframe>
94 98 <!--<iframe id="resource" src="{{resourceUrl}}"></iframe>-->
95 99 </div>
96 100  
... ...