From: vincent@cubedesigners.com Date: Tue, 5 Jul 2011 16:49:26 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=de83fc9a574003312492d15b44742c2f4d20f90d;p=cubeextranet.git --- diff --git a/inc/ws/Util/packager/class.ws.packager.html5.php b/inc/ws/Util/packager/class.ws.packager.html5.php index 09fdc3b0e..1ba4e4e7e 100644 --- a/inc/ws/Util/packager/class.ws.packager.html5.php +++ b/inc/ws/Util/packager/class.ws.packager.html5.php @@ -189,8 +189,7 @@ class wsPackagerHTML5 extends wsPackager { $w = $this->book->parametres->width . 'px'; $navTop = ($this->book->parametres->height - 40 - 100) / 2; - $res[] = '#next,#previous{top:' . $navTop . 'px}'; - $res[] = '.page,.texts{width:' . $w . ';max-width:' . $w . ';height:' . $h . ';max-height:' . $h . '}'; + $res[] = '.portrait #pages,.portrait .doublePage.page,.texts{width:' . $w . ';max-width:' . $w . ';height:' . $h . ';max-height:' . $h . '}'; $res[] = '.doublePage,#pages{width:' . $w2 . ';max-width:' . $w2 . ';height:' . $h . ';max-height:' . $h . '}'; $res[] = '.page.right{left:' . $w . '}';