Commit 3f2836f6b01172f67588cee13ca6d11f58fca1a0
Merge branch 'master' of http://service.routetopa.eu:7480/WebCompDev/COMPONENTS
Showing
2 changed files
with
3 additions
and
3 deletions
controllets/fullsize-page-with-card-controllet/fullsize-page-with-card-controllet.html
@@ -27,8 +27,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN | @@ -27,8 +27,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN | ||
27 | 27 | ||
28 | .card { | 28 | .card { |
29 | position: relative; | 29 | position: relative; |
30 | - margin: 20px 20px 20px 20px; | ||
31 | - height: 90%; | 30 | + margin: 6px; |
31 | + height: 98%; | ||
32 | } | 32 | } |
33 | 33 | ||
34 | </style> | 34 | </style> |
datalets/graph-datalet/graph-datalet.html
@@ -145,7 +145,7 @@ Example: | @@ -145,7 +145,7 @@ Example: | ||
145 | .append("g"); | 145 | .append("g"); |
146 | 146 | ||
147 | //set initial zoom | 147 | //set initial zoom |
148 | - scale = (0.87); | 148 | + scale = (1.0); |
149 | //translate = [(width-scale*width)/2, ((height-scale*height)/4)]; | 149 | //translate = [(width-scale*width)/2, ((height-scale*height)/4)]; |
150 | translate = [0, 0]; | 150 | translate = [0, 0]; |
151 | console.log("w: " + width + " h:" + height); | 151 | console.log("w: " + width + " h:" + height); |