From c405e5ba5e042ed7b2db453f47ea81a563bfe2de Mon Sep 17 00:00:00 2001
From: Luigi Serra <luigser@gmail.com>
Date: Wed, 11 May 2016 15:29:29 +0200
Subject: [PATCH] updates

---
 controllets/document-card-controllet/document-card-controllet.html       | 6 +-----
 controllets/postit-container-controllet/postit-container-controllet.html | 4 ++--
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/controllets/document-card-controllet/document-card-controllet.html b/controllets/document-card-controllet/document-card-controllet.html
index 4390287..814e181 100644
--- a/controllets/document-card-controllet/document-card-controllet.html
+++ b/controllets/document-card-controllet/document-card-controllet.html
@@ -116,7 +116,7 @@
         <paper-material id="paper_card_container" elevation="{{elevation}}">
 
             <div id="content">
-                <iframe id="resource" src="{{resourceUrl}}?userName={{userName}}&showControls={{showControls}}&showLineNumbers=false&readOnly={{readOnly}}"></iframe>
+                <iframe id="resource" src="{{resourceUrl}}?userName={{userName}}&showControls={{showControls}}&showLineNumbers=false&pageview=true"></iframe>
                 <!--<iframe id="resource" src="{{resourceUrl}}"></iframe>-->
             </div>
 
@@ -181,10 +181,6 @@
                     type: Boolean,
                     value: false
                 },
-                readOnly: {
-                    type: Boolean,
-                    value: false
-                },
 
                 lang:{
                     type: String,
diff --git a/controllets/postit-container-controllet/postit-container-controllet.html b/controllets/postit-container-controllet/postit-container-controllet.html
index dee73d6..782d1b2 100755
--- a/controllets/postit-container-controllet/postit-container-controllet.html
+++ b/controllets/postit-container-controllet/postit-container-controllet.html
@@ -58,7 +58,7 @@
             transition: 0.2s ease-out;
         }
 
-        .window {
+        .postitwindow {
             /*height: 80vh;
             width: 120vh;*/
             display: none;
@@ -246,7 +246,7 @@
             </p>
         </div>
 
-        <paper-material id="window" class="window" elevation="0">
+        <paper-material id="window" class="postitwindow" elevation="0">
 
             <div class="transparent"></div>
 
--
libgit2 0.21.4