|
271 | 271 | 'pagenumberBottomMargin': 0.3,
|
272 | 272 | 'pageHeight': 8.3,
|
273 | 273 | 'pageWidth': 5.8,
|
274 |
| - 'marginNotesWidth': 1.0, |
275 |
| - 'marginNotesSeparatorWidth': 0.09, |
| 274 | + 'marginNotesWidth': 1.5, |
| 275 | + 'marginNotesSeparatorWidth': 1.09, |
276 | 276 | 'marginNotesVerticalSeparatorWidth': 0.09,
|
277 | 277 | 'lengthUnit': 'in'
|
278 | 278 | };
|
|
378 | 378 | var unit = pagination.config('lengthUnit'),
|
379 | 379 | marginNotesWidthNumber = pagination.config('marginNotesWidth') * pagination.config('enableMarginNotes'),
|
380 | 380 | marginNotesWidth = marginNotesWidthNumber + unit,
|
| 381 | + simpleMarginNotesWidth = pagination.config('marginNotesWidth') + unit, |
| 382 | + simpleMarginNotesWidthAndMargin = pagination.config('marginNotesWidth') + pagination.config('marginNotesVerticalSeparatorWidth') + unit, |
381 | 383 | marginNotesSeparatorWidthNumber = pagination.config('marginNotesSeparatorWidth') * pagination.config('enableMarginNotes'),
|
382 | 384 | marginNotesSeparatorWidth = marginNotesSeparatorWidthNumber + unit,
|
383 | 385 | marginNotesVerticalSeparator = pagination.config('marginNotesVerticalSeparatorWidth') + unit,
|
|
454 | 456 | + "\n.pagination-contents-column-separator {width:" + contentsColumnSeparatorWidth + ";}" +
|
455 | 457 | // Footnotes in non-CSS Regions browsers will render as right margin notes.
|
456 | 458 | "\n.pagination-simple .pagination-footnote > span, .pagination-simple .pagination-marginnote > span {" +
|
457 |
| - "position: absolute; right: 0in; width: 1in;}" + |
| 459 | + "position: absolute; right: 0in; width: " + simpleMarginNotesWidth + ";}" + |
| 460 | + "\n.pagination-simple {padding-right:" + simpleMarginNotesWidthAndMargin + ";}" + |
458 | 461 | "\n.pagination-marginnotes, .pagination-marginnote-item {width:" + marginNotesWidth + ";}" +
|
459 | 462 | "\n.pagination-marginnote-item {margin-bottom:" + marginNotesVerticalSeparator + ";}" +
|
460 | 463 | "\n.pagination-marginnotes-separator {width:" + marginNotesSeparatorWidth + ";}" +
|
461 | 464 | "\n.pagination-main-contents-container, .pagination-marginnotes, .pagination-marginnotes-separator {height:" + contentsHeight + ";}";
|
462 |
| - |
463 | 465 | };
|
464 | 466 |
|
465 | 467 |
|
|
0 commit comments