@syncfusion/ej2-pdfviewer 17.3.57-4568 → 17.3.59-4568

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/dist/ej2-pdfviewer.umd.min.js +1 -1
  2. package/dist/ej2-pdfviewer.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-pdfviewer.es2015.js +42 -44
  4. package/dist/es6/ej2-pdfviewer.es2015.js.map +1 -1
  5. package/dist/es6/ej2-pdfviewer.es5.js +42 -44
  6. package/dist/es6/ej2-pdfviewer.es5.js.map +1 -1
  7. package/package.json +1 -1
  8. package/src/pdfviewer/annotation/annotation.js +3 -0
  9. package/src/pdfviewer/base/pdfviewer-base.d.ts +2 -0
  10. package/src/pdfviewer/base/pdfviewer-base.js +33 -10
  11. package/src/pdfviewer/magnification/magnification.d.ts +0 -1
  12. package/src/pdfviewer/magnification/magnification.js +2 -32
  13. package/src/pdfviewer/tagged-pdf/tagged-pdf.js +4 -2
  14. package/styles/bootstrap-dark.css +326 -10
  15. package/styles/bootstrap-dark.scss +4 -1
  16. package/styles/bootstrap.css +328 -10
  17. package/styles/bootstrap.scss +4 -1
  18. package/styles/bootstrap4.css +330 -11
  19. package/styles/bootstrap4.scss +4 -1
  20. package/styles/bootstrap5-dark.css +332 -13
  21. package/styles/bootstrap5-dark.scss +4 -1
  22. package/styles/bootstrap5.css +332 -13
  23. package/styles/bootstrap5.scss +4 -1
  24. package/styles/fabric-dark.css +326 -10
  25. package/styles/fabric-dark.scss +4 -1
  26. package/styles/fabric.css +328 -10
  27. package/styles/fabric.scss +4 -1
  28. package/styles/fluent-dark.css +328 -11
  29. package/styles/fluent-dark.scss +4 -1
  30. package/styles/fluent.css +328 -11
  31. package/styles/fluent.scss +4 -1
  32. package/styles/fluent2.css +4876 -0
  33. package/styles/fluent2.scss +4 -0
  34. package/styles/highcontrast-light.css +326 -10
  35. package/styles/highcontrast-light.scss +4 -1
  36. package/styles/highcontrast.css +326 -10
  37. package/styles/highcontrast.scss +4 -1
  38. package/styles/material-dark.css +326 -10
  39. package/styles/material-dark.scss +4 -1
  40. package/styles/material.css +326 -10
  41. package/styles/material.scss +4 -1
  42. package/styles/material3-dark.css +329 -14
  43. package/styles/material3-dark.scss +4 -1
  44. package/styles/material3.css +329 -14
  45. package/styles/material3.scss +4 -1
  46. package/styles/pdfviewer/_bds-definition.scss +6 -0
  47. package/styles/pdfviewer/_bootstrap-dark-definition.scss +6 -0
  48. package/styles/pdfviewer/_bootstrap-definition.scss +6 -0
  49. package/styles/pdfviewer/_bootstrap4-definition.scss +6 -0
  50. package/styles/pdfviewer/_bootstrap5-definition.scss +7 -1
  51. package/styles/pdfviewer/_fabric-dark-definition.scss +6 -0
  52. package/styles/pdfviewer/_fabric-definition.scss +6 -0
  53. package/styles/pdfviewer/_fluent-definition.scss +6 -0
  54. package/styles/pdfviewer/_fluent2-definition.scss +550 -0
  55. package/styles/pdfviewer/_fusionnew-definition.scss +6 -0
  56. package/styles/pdfviewer/_highcontrast-definition.scss +6 -0
  57. package/styles/pdfviewer/_highcontrast-light-definition.scss +6 -0
  58. package/styles/pdfviewer/_material-dark-definition.scss +12 -6
  59. package/styles/pdfviewer/_material-definition.scss +11 -5
  60. package/styles/pdfviewer/_material3-definition.scss +7 -1
  61. package/styles/pdfviewer/_tailwind-definition.scss +7 -1
  62. package/styles/pdfviewer/_theme.scss +764 -34
  63. package/styles/pdfviewer/bootstrap-dark.css +326 -10
  64. package/styles/pdfviewer/bootstrap.css +328 -10
  65. package/styles/pdfviewer/bootstrap4.css +330 -11
  66. package/styles/pdfviewer/bootstrap5-dark.css +332 -13
  67. package/styles/pdfviewer/bootstrap5.css +332 -13
  68. package/styles/pdfviewer/fabric-dark.css +326 -10
  69. package/styles/pdfviewer/fabric.css +328 -10
  70. package/styles/pdfviewer/fluent-dark.css +328 -11
  71. package/styles/pdfviewer/fluent.css +328 -11
  72. package/styles/pdfviewer/fluent2.css +4876 -0
  73. package/styles/pdfviewer/fluent2.scss +4 -0
  74. package/styles/pdfviewer/highcontrast-light.css +326 -10
  75. package/styles/pdfviewer/highcontrast.css +326 -10
  76. package/styles/pdfviewer/icons/_bds.scss +511 -0
  77. package/styles/pdfviewer/icons/_bootstrap-dark.scss +22 -0
  78. package/styles/pdfviewer/icons/_bootstrap.scss +22 -0
  79. package/styles/pdfviewer/icons/_bootstrap4.scss +22 -0
  80. package/styles/pdfviewer/icons/_bootstrap5.scss +23 -3
  81. package/styles/pdfviewer/icons/_fabric-dark.scss +22 -0
  82. package/styles/pdfviewer/icons/_fabric.scss +22 -0
  83. package/styles/pdfviewer/icons/_fluent.scss +23 -1
  84. package/styles/pdfviewer/icons/_fluent2.scss +510 -0
  85. package/styles/pdfviewer/icons/_fusionnew.scss +23 -1
  86. package/styles/pdfviewer/icons/_highcontrast-light.scss +22 -0
  87. package/styles/pdfviewer/icons/_highcontrast.scss +22 -0
  88. package/styles/pdfviewer/icons/_material-dark.scss +22 -0
  89. package/styles/pdfviewer/icons/_material.scss +22 -0
  90. package/styles/pdfviewer/icons/_material3.scss +23 -1
  91. package/styles/pdfviewer/icons/_tailwind-dark.scss +22 -0
  92. package/styles/pdfviewer/icons/_tailwind.scss +22 -0
  93. package/styles/pdfviewer/material-dark.css +326 -10
  94. package/styles/pdfviewer/material.css +326 -10
  95. package/styles/pdfviewer/material3-dark.css +329 -14
  96. package/styles/pdfviewer/material3.css +329 -14
  97. package/styles/pdfviewer/tailwind-dark.css +327 -11
  98. package/styles/pdfviewer/tailwind.css +327 -11
  99. package/styles/tailwind-dark.css +327 -11
  100. package/styles/tailwind-dark.scss +4 -1
  101. package/styles/tailwind.css +327 -11
  102. package/styles/tailwind.scss +4 -1
@@ -20,6 +20,23 @@
20
20
  .e-pdfviewer .e-pv-previous-page-navigation-icon::before {
21
21
  content: "\e765";
22
22
  }
23
+ .e-pdfviewer .e-pv-rotate-right-icon::before {
24
+ content: "\e8a6";
25
+ }
26
+ .e-pdfviewer .e-pv-organize-view-icon::before {
27
+ content: "\e8dc";
28
+ }
29
+ .e-pdfviewer .e-pv-organize-view-disable-icon::before {
30
+ color: #484644;
31
+ content: "\e8dc";
32
+ }
33
+ .e-pdfviewer .e-pv-organize-view-selection-icon::before {
34
+ color: #fff;
35
+ content: "\e8dc";
36
+ }
37
+ .e-pdfviewer .e-pv-rotate-left-icon::before {
38
+ content: "\e8a5";
39
+ }
23
40
  .e-pdfviewer .e-pv-prev-search-icon::before {
24
41
  color: #a19f9d;
25
42
  content: "\e765";
@@ -792,6 +809,18 @@ input.e-pv-input-password::-ms-reveal {
792
809
  padding-top: 16px;
793
810
  }
794
811
 
812
+ .e-pv-image-container {
813
+ width: 100%;
814
+ height: 100%;
815
+ display: -ms-flexbox;
816
+ display: flex;
817
+ -ms-flex-pack: center;
818
+ justify-content: center;
819
+ -ms-flex-align: center;
820
+ align-items: center;
821
+ padding: 3px;
822
+ }
823
+
795
824
  .e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled {
796
825
  background-color: transparent;
797
826
  }
@@ -1005,6 +1034,10 @@ input.e-pv-input-password::-ms-reveal {
1005
1034
  padding: 0;
1006
1035
  }
1007
1036
 
1037
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1038
+ width: 100px;
1039
+ }
1040
+
1008
1041
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1009
1042
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1010
1043
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
@@ -1155,6 +1188,10 @@ input.e-pv-input-password::-ms-reveal {
1155
1188
  padding-top: 6px;
1156
1189
  }
1157
1190
 
1191
+ .e-dialog .e-dlg-header {
1192
+ width: auto;
1193
+ }
1194
+
1158
1195
  .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1159
1196
  max-height: 32px;
1160
1197
  padding-bottom: 1px;
@@ -1347,7 +1384,8 @@ input.e-pv-input-password::-ms-reveal {
1347
1384
  border-radius: 100px;
1348
1385
  }
1349
1386
 
1350
- .e-pv-thumbnail-view-button.e-btn {
1387
+ .e-pv-thumbnail-view-button.e-btn,
1388
+ .e-pv-organize-view-button.e-btn {
1351
1389
  background: transparent;
1352
1390
  border: 0;
1353
1391
  border-radius: 4px;
@@ -1367,7 +1405,264 @@ input.e-pv-input-password::-ms-reveal {
1367
1405
  justify-content: center;
1368
1406
  }
1369
1407
 
1370
- .e-bigger .e-pv-thumbnail-view-button.e-btn {
1408
+ .e-pv-organize-tile.e-pv-thumbnail-column {
1409
+ width: 100%;
1410
+ height: 100%;
1411
+ }
1412
+
1413
+ .e-pv-organize-content-apperance {
1414
+ overflow: hidden;
1415
+ }
1416
+
1417
+ .e-pv-organize-tile-view.e-pv-thumbnail-row {
1418
+ display: -ms-flexbox;
1419
+ display: flex;
1420
+ -ms-flex-pack: center;
1421
+ justify-content: center;
1422
+ -ms-flex-wrap: wrap;
1423
+ flex-wrap: wrap;
1424
+ overflow: auto;
1425
+ overflow-x: hidden;
1426
+ }
1427
+
1428
+ .e-pv-organize-anchor-node {
1429
+ border: 2px solid #292827;
1430
+ margin: 24px;
1431
+ width: 140px;
1432
+ height: 140px;
1433
+ }
1434
+ @media only screen and (max-width: 1399.98px) {
1435
+ .e-pv-organize-anchor-node {
1436
+ width: 140px;
1437
+ height: 140px;
1438
+ }
1439
+ }
1440
+ @media only screen and (max-width: 1199.98px) {
1441
+ .e-pv-organize-anchor-node {
1442
+ width: 140px;
1443
+ height: 140px;
1444
+ }
1445
+ }
1446
+ @media only screen and (max-width: 991.98px) {
1447
+ .e-pv-organize-anchor-node {
1448
+ width: 140px;
1449
+ height: 140px;
1450
+ }
1451
+ }
1452
+ @media only screen and (max-width: 767.98px) {
1453
+ .e-pv-organize-anchor-node {
1454
+ width: 140px;
1455
+ height: 140px;
1456
+ min-width: 140px;
1457
+ min-height: 140px;
1458
+ }
1459
+ }
1460
+ @media only screen and (max-width: 575.98px) {
1461
+ .e-pv-organize-anchor-node {
1462
+ width: 140px;
1463
+ height: 140px;
1464
+ min-width: 140px;
1465
+ min-height: 140px;
1466
+ margin: 24px 20px;
1467
+ }
1468
+ }
1469
+
1470
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1471
+ width: 100%;
1472
+ height: 100%;
1473
+ position: relative;
1474
+ top: -100%;
1475
+ padding: 4px;
1476
+ }
1477
+
1478
+ @media screen and (max-width: 480px) {
1479
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1480
+ width: 100%;
1481
+ height: 100%;
1482
+ position: relative;
1483
+ top: -100%;
1484
+ padding: 4px;
1485
+ }
1486
+ }
1487
+ .e-pv-organize-buttondiv {
1488
+ -ms-flex-pack: center;
1489
+ justify-content: center;
1490
+ -ms-flex-wrap: nowrap;
1491
+ flex-wrap: nowrap;
1492
+ position: relative;
1493
+ text-align: center;
1494
+ top: calc(-100% - 12px + 1px);
1495
+ }
1496
+
1497
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1498
+ border: 2px solid #0078d4;
1499
+ border-radius: 2px;
1500
+ }
1501
+
1502
+ @media screen and (max-width: 480px) {
1503
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1504
+ border: 2px solid #0078d4;
1505
+ border-radius: 2px;
1506
+ }
1507
+ }
1508
+ .e-pv-organize-window {
1509
+ border: 1px solid #292827;
1510
+ border-radius: 0;
1511
+ }
1512
+
1513
+ .e-pdfviewer .e-pv-organize-window .e-footer-content {
1514
+ border-top: 1px solid #292827;
1515
+ padding: 15px;
1516
+ }
1517
+
1518
+ .e-pdfviewer .e-pv-organize-window .e-dlg-header-content {
1519
+ padding: 15px;
1520
+ }
1521
+
1522
+ .e-pv-tile-number {
1523
+ text-align: center;
1524
+ margin-top: 16.5px;
1525
+ }
1526
+
1527
+ .e-pv-delete-button.e-btn,
1528
+ .e-pv-rotate-left-button.e-btn,
1529
+ .e-pv-rotate-right-button.e-btn {
1530
+ width: 25px;
1531
+ height: 25px;
1532
+ -ms-flex-pack: center;
1533
+ justify-content: center;
1534
+ -ms-flex-align: center;
1535
+ align-items: center;
1536
+ margin: 0 5px;
1537
+ padding: 0;
1538
+ }
1539
+
1540
+ .e-pv-insert-left-button.e-btn {
1541
+ width: 25px;
1542
+ height: 25px;
1543
+ -ms-flex-pack: center;
1544
+ justify-content: center;
1545
+ -ms-flex-align: center;
1546
+ align-items: center;
1547
+ position: absolute;
1548
+ left: calc(-1 * (25px / 2 + 2px / 2));
1549
+ top: -70px;
1550
+ padding: 0;
1551
+ }
1552
+ @media only screen and (max-width: 1399.98px) {
1553
+ .e-pv-insert-left-button.e-btn {
1554
+ top: -70px;
1555
+ }
1556
+ }
1557
+ @media only screen and (max-width: 1199.98px) {
1558
+ .e-pv-insert-left-button.e-btn {
1559
+ top: -70px;
1560
+ }
1561
+ }
1562
+ @media only screen and (max-width: 991.98px) {
1563
+ .e-pv-insert-left-button.e-btn {
1564
+ top: -70px;
1565
+ }
1566
+ }
1567
+ @media only screen and (max-width: 767.98px) {
1568
+ .e-pv-insert-left-button.e-btn {
1569
+ top: -70px;
1570
+ }
1571
+ }
1572
+ @media only screen and (max-width: 575.98px) {
1573
+ .e-pv-insert-left-button.e-btn {
1574
+ top: -70px;
1575
+ }
1576
+ }
1577
+
1578
+ .e-pv-insert-right-button.e-btn {
1579
+ width: 25px;
1580
+ height: 25px;
1581
+ -ms-flex-pack: center;
1582
+ justify-content: center;
1583
+ -ms-flex-align: center;
1584
+ align-items: center;
1585
+ position: absolute;
1586
+ right: calc(-1 * (25px / 2 + 2px / 2));
1587
+ top: -70px;
1588
+ padding: 0;
1589
+ }
1590
+ @media only screen and (max-width: 1399.98px) {
1591
+ .e-pv-insert-right-button.e-btn {
1592
+ top: -70px;
1593
+ }
1594
+ }
1595
+ @media only screen and (max-width: 1199.98px) {
1596
+ .e-pv-insert-right-button.e-btn {
1597
+ top: -70px;
1598
+ }
1599
+ }
1600
+ @media only screen and (max-width: 991.98px) {
1601
+ .e-pv-insert-right-button.e-btn {
1602
+ top: -70px;
1603
+ }
1604
+ }
1605
+ @media only screen and (max-width: 767.98px) {
1606
+ .e-pv-insert-right-button.e-btn {
1607
+ top: -70px;
1608
+ }
1609
+ }
1610
+ @media only screen and (max-width: 575.98px) {
1611
+ .e-pv-insert-right-button.e-btn {
1612
+ top: -70px;
1613
+ }
1614
+ }
1615
+
1616
+ .e-pv-toolbar-rotate-left-button {
1617
+ height: 32px;
1618
+ width: 32px;
1619
+ padding: 0;
1620
+ top: 7px;
1621
+ position: relative;
1622
+ left: 436px;
1623
+ box-shadow: none;
1624
+ }
1625
+
1626
+ .e-pv-toolbar-rotate-right-button {
1627
+ height: 32px;
1628
+ width: 32px;
1629
+ padding: 0;
1630
+ top: 7px;
1631
+ position: relative;
1632
+ left: 445px;
1633
+ box-shadow: none;
1634
+ }
1635
+
1636
+ .e-pdfviewer .e-pv-organize-window .e-dlg-content {
1637
+ padding: 0;
1638
+ overflow: hidden;
1639
+ border-radius: 0;
1640
+ }
1641
+
1642
+ .e-pv-organize-toolbar-apperance.e-toolbar {
1643
+ width: 1172px;
1644
+ border: 1px solid #292827;
1645
+ border-width: 1px 0;
1646
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1647
+ }
1648
+ .e-pv-organize-toolbar-apperance.e-toolbar .e-toolbar-items.e-tbar-pos {
1649
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1650
+ }
1651
+
1652
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1653
+ margin-left: 22px;
1654
+ margin-right: 8px;
1655
+ text-wrap: nowrap;
1656
+ }
1657
+
1658
+ @media screen and (max-width: 480px) {
1659
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1660
+ width: 35px;
1661
+ margin-left: 22px;
1662
+ }
1663
+ }
1664
+ .e-bigger .e-pv-thumbnail-view-button.e-btn,
1665
+ .e-bigger .e-pv-organize-view-button.e-btn {
1371
1666
  margin: 12px 6px;
1372
1667
  }
1373
1668
 
@@ -1466,9 +1761,8 @@ input.e-pv-input-password::-ms-reveal {
1466
1761
  .e-pv-thumbnail-number {
1467
1762
  color: #d2d0ce;
1468
1763
  font-family: Roboto;
1469
- padding-left: 50px;
1470
- padding-right: 50px;
1471
1764
  padding-top: 8px;
1765
+ text-align: center;
1472
1766
  }
1473
1767
 
1474
1768
  .e-pv-thumbnail-selection-ring {
@@ -2011,6 +2305,20 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2011
2305
  min-height: 32px;
2012
2306
  }
2013
2307
 
2308
+ .e-pv-organize-total-page-button {
2309
+ float: left;
2310
+ font-weight: normal;
2311
+ color: #f3f2f1;
2312
+ font-size: 12;
2313
+ }
2314
+
2315
+ .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
2316
+ background-color: transparent;
2317
+ background: transparent;
2318
+ color: #f3f2f1;
2319
+ cursor: default;
2320
+ }
2321
+
2014
2322
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
2015
2323
  .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2016
2324
  min-height: 32px;
@@ -2020,6 +2328,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2020
2328
  margin-top: -6px;
2021
2329
  }
2022
2330
 
2331
+ .e-pv-organize-image {
2332
+ width: calc(100% - 4px);
2333
+ height: calc(100% - 4px);
2334
+ border: 1px solid #292827;
2335
+ }
2336
+
2023
2337
  .e-pv-annotation-opacity-icon {
2024
2338
  padding-top: 1px;
2025
2339
  }
@@ -2291,9 +2605,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2291
2605
  .e-pv-properties-line-stroke-color-label,
2292
2606
  .e-pv-properties-line-opacity-label,
2293
2607
  .e-pv-properties-line-leader-length-label {
2294
- margin-bottom: 8px;
2295
2608
  font-weight: 600;
2296
2609
  font-size: 14px;
2610
+ margin-bottom: 8px;
2297
2611
  }
2298
2612
 
2299
2613
  .e-pv-properties-line-end-container,
@@ -2588,6 +2902,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2588
2902
  .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2589
2903
  .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2590
2904
  margin-right: 10px;
2905
+ font-size: 14px;
2591
2906
  }
2592
2907
 
2593
2908
  div > .e-pv-bookmark-icon.e-pv-icon.e-right {
@@ -2818,8 +3133,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2818
3133
  color: #f3f2f1;
2819
3134
  font-size: 14px;
2820
3135
  font-weight: 600;
2821
- max-width: 237px;
2822
3136
  position: absolute;
3137
+ overflow: hidden;
3138
+ text-overflow: ellipsis;
2823
3139
  }
2824
3140
 
2825
3141
  .e-pv-reply-title {
@@ -2827,10 +3143,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2827
3143
  color: #f3f2f1;
2828
3144
  font-size: 14px;
2829
3145
  font-weight: 600;
2830
- max-width: 212px;
2831
3146
  padding-left: 8px;
2832
3147
  padding-top: 5px;
2833
3148
  position: absolute;
3149
+ overflow: hidden;
3150
+ text-overflow: ellipsis;
2834
3151
  }
2835
3152
 
2836
3153
  .e-pv-comments-hover {
@@ -2949,8 +3266,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2949
3266
  }
2950
3267
 
2951
3268
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
2952
- margin-top: 10px;
2953
3269
  padding-bottom: 5px;
3270
+ margin-top: 10px;
2954
3271
  }
2955
3272
 
2956
3273
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -3042,14 +3359,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3042
3359
  border-radius: 5px;
3043
3360
  display: inline-block;
3044
3361
  font-size: 13px;
3045
- height: 88px;
3046
- margin: 15px;
3047
3362
  padding-top: 40px;
3048
3363
  text-align: center;
3049
- width: 311px;
3050
3364
  word-wrap: break-word;
3051
3365
  max-width: 300px;
3052
3366
  padding-top: 36px;
3367
+ height: 88px;
3368
+ width: 311px;
3369
+ margin: 15px;
3053
3370
  }
3054
3371
 
3055
3372
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {