Commit 450e175aefe6ebfd46a6ace0d3cdc13740cf2de3
1 parent
860ffb6c
updates google cards
Showing
1 changed file
with
7 additions
and
3 deletions
controllets/google-cards-controllet/google-card-controllet.html
@@ -46,8 +46,8 @@ | @@ -46,8 +46,8 @@ | ||
46 | paper-fab#fullscreen-button { | 46 | paper-fab#fullscreen-button { |
47 | position: absolute; | 47 | position: absolute; |
48 | /*z-index: 10;*/ | 48 | /*z-index: 10;*/ |
49 | - top: 0px; | ||
50 | - right: 0px; | 49 | + top: 10px; |
50 | + left: 10px; | ||
51 | --paper-fab-background:#2196F3; | 51 | --paper-fab-background:#2196F3; |
52 | padding : 0px; | 52 | padding : 0px; |
53 | margin: 0px; | 53 | margin: 0px; |
@@ -84,13 +84,17 @@ | @@ -84,13 +84,17 @@ | ||
84 | width: 100%; | 84 | width: 100%; |
85 | } | 85 | } |
86 | 86 | ||
87 | + :host #docs-header{ | ||
88 | + display : none; | ||
89 | + } | ||
90 | + | ||
87 | </style> | 91 | </style> |
88 | 92 | ||
89 | 93 | ||
90 | <paper-material id="paper_card_container" elevation="{{elevation}}"> | 94 | <paper-material id="paper_card_container" elevation="{{elevation}}"> |
91 | 95 | ||
92 | <div id="content"> | 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 | <!--<iframe id="resource" src="{{resourceUrl}}"></iframe>--> | 98 | <!--<iframe id="resource" src="{{resourceUrl}}"></iframe>--> |
95 | </div> | 99 | </div> |
96 | 100 |