scale: [this.bookScale, this.bookScale],
origin: this.origin,
}).css({
+ width: this.fww,
left: this._left(this.fww),
top: this._top(this.fhh),
});
/* Espaces forcés */
-.portrait #pages, .portrait .doublePage.page, .page, .doublePage._3d {
+.page, .doublePage._3d {
width: 50%;
max-width: 50%;
height: 100%;
max-height: 100%;
}
+.portrait .page{
+ width: 100%;
+ max-width: 100%;
+}
+
@book-page-width-double: @book-page-width*2;
#links, #searchHighlights {
.doublePage {
&._2d.axis_x {
&.next {
- transform: translate3d(@book-page-width, 0, 0);
+ transform: translate3d(100%, 0, 0);
}
&.prev {
- transform: translate3d(-@book-page-width, 0, 0);
+ transform: translate3d(-100%, 0, 0);
}
}
}