$this->config->phonegap = $this->phonegap;
$this->config->retinaResolution = $this->maxRes;
$this->config->pageLabels = $this->pageLabels;
+ $this->config->pageZoomFactor = $this->z;
if ($this->home) {
$this->config->home = 'http://home';
}
$res[] = '.landscape #shadow>div.right{left: ' . $w . ';}';
$res[] = '.landscape .page.right{left:' . $w . '}';
if ($this->theme->parametres->displayPageNumber) {
- $res[] = '#pagesnumbers{top:' . $h . ';color:' . self::colorToCSS($this->theme->parametres->colorPageNumber) . '}';
+ $res[] = '#pagesnumbers{font-size: ' . (12 * $this->z) . 'px;margin: ' . (5 * $this->z) . 'px 0 0 0;top:' . $h . ';color:' . self::colorToCSS($this->theme->parametres->colorPageNumber) . '}';
$res[] = '#pagesnumbers div{width:' . $w . '}';
} else {
$res[] = '#pagesnumbers{display:none;}';