@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
@@ -21,6 +21,23 @@
21
21
  .e-pdfviewer .e-pv-previous-page-navigation-icon::before {
22
22
  content: "\e765";
23
23
  }
24
+ .e-pdfviewer .e-pv-rotate-right-icon::before {
25
+ content: "\e8a6";
26
+ }
27
+ .e-pdfviewer .e-pv-organize-view-icon::before {
28
+ content: "\e8dc";
29
+ }
30
+ .e-pdfviewer .e-pv-organize-view-disable-icon::before {
31
+ color: #6b7280;
32
+ content: "\e8dc";
33
+ }
34
+ .e-pdfviewer .e-pv-organize-view-selection-icon::before {
35
+ color: #fff;
36
+ content: "\e8dc";
37
+ }
38
+ .e-pdfviewer .e-pv-rotate-left-icon::before {
39
+ content: "\e8a5";
40
+ }
24
41
  .e-pdfviewer .e-pv-prev-search-icon::before {
25
42
  color: #d1d5db;
26
43
  content: "\e765";
@@ -785,6 +802,18 @@ input.e-pv-input-password::-ms-reveal {
785
802
  padding-top: 0;
786
803
  }
787
804
 
805
+ .e-pv-image-container {
806
+ width: 100%;
807
+ height: 100%;
808
+ display: -ms-flexbox;
809
+ display: flex;
810
+ -ms-flex-pack: center;
811
+ justify-content: center;
812
+ -ms-flex-align: center;
813
+ align-items: center;
814
+ padding: 3px;
815
+ }
816
+
788
817
  .e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled {
789
818
  background-color: transparent;
790
819
  }
@@ -991,6 +1020,10 @@ input.e-pv-input-password::-ms-reveal {
991
1020
  padding: 0;
992
1021
  }
993
1022
 
1023
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1024
+ width: 100px;
1025
+ }
1026
+
994
1027
  .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),
995
1028
  .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),
996
1029
  .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),
@@ -1141,6 +1174,10 @@ input.e-pv-input-password::-ms-reveal {
1141
1174
  padding-top: 6px;
1142
1175
  }
1143
1176
 
1177
+ .e-dialog .e-dlg-header {
1178
+ width: auto;
1179
+ }
1180
+
1144
1181
  .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1145
1182
  max-height: 28px;
1146
1183
  padding-bottom: 4px;
@@ -1331,7 +1368,8 @@ input.e-pv-input-password::-ms-reveal {
1331
1368
  border-radius: 100px;
1332
1369
  }
1333
1370
 
1334
- .e-pv-thumbnail-view-button.e-btn {
1371
+ .e-pv-thumbnail-view-button.e-btn,
1372
+ .e-pv-organize-view-button.e-btn {
1335
1373
  background: transparent;
1336
1374
  border: 0;
1337
1375
  border-radius: 0;
@@ -1351,6 +1389,262 @@ input.e-pv-input-password::-ms-reveal {
1351
1389
  justify-content: center;
1352
1390
  }
1353
1391
 
1392
+ .e-pv-organize-tile.e-pv-thumbnail-column {
1393
+ width: 100%;
1394
+ height: 100%;
1395
+ }
1396
+
1397
+ .e-pv-organize-content-apperance {
1398
+ overflow: hidden;
1399
+ }
1400
+
1401
+ .e-pv-organize-tile-view.e-pv-thumbnail-row {
1402
+ display: -ms-flexbox;
1403
+ display: flex;
1404
+ -ms-flex-pack: center;
1405
+ justify-content: center;
1406
+ -ms-flex-wrap: wrap;
1407
+ flex-wrap: wrap;
1408
+ overflow: auto;
1409
+ overflow-x: hidden;
1410
+ }
1411
+
1412
+ .e-pv-organize-anchor-node {
1413
+ border: 2px solid #4b5563;
1414
+ margin: 24px;
1415
+ width: 140px;
1416
+ height: 140px;
1417
+ }
1418
+ @media only screen and (max-width: 1399.98px) {
1419
+ .e-pv-organize-anchor-node {
1420
+ width: 140px;
1421
+ height: 140px;
1422
+ }
1423
+ }
1424
+ @media only screen and (max-width: 1199.98px) {
1425
+ .e-pv-organize-anchor-node {
1426
+ width: 140px;
1427
+ height: 140px;
1428
+ }
1429
+ }
1430
+ @media only screen and (max-width: 991.98px) {
1431
+ .e-pv-organize-anchor-node {
1432
+ width: 140px;
1433
+ height: 140px;
1434
+ }
1435
+ }
1436
+ @media only screen and (max-width: 767.98px) {
1437
+ .e-pv-organize-anchor-node {
1438
+ width: 140px;
1439
+ height: 140px;
1440
+ min-width: 140px;
1441
+ min-height: 140px;
1442
+ }
1443
+ }
1444
+ @media only screen and (max-width: 575.98px) {
1445
+ .e-pv-organize-anchor-node {
1446
+ width: 140px;
1447
+ height: 140px;
1448
+ min-width: 140px;
1449
+ min-height: 140px;
1450
+ margin: 24px 20px;
1451
+ }
1452
+ }
1453
+
1454
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1455
+ width: 100%;
1456
+ height: 100%;
1457
+ position: relative;
1458
+ top: -100%;
1459
+ padding: 4px;
1460
+ }
1461
+
1462
+ @media screen and (max-width: 480px) {
1463
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1464
+ width: 100%;
1465
+ height: 100%;
1466
+ position: relative;
1467
+ top: -100%;
1468
+ padding: 4px;
1469
+ }
1470
+ }
1471
+ .e-pv-organize-buttondiv {
1472
+ -ms-flex-pack: center;
1473
+ justify-content: center;
1474
+ -ms-flex-wrap: nowrap;
1475
+ flex-wrap: nowrap;
1476
+ position: relative;
1477
+ text-align: center;
1478
+ top: calc(-100% - 12px + 1px);
1479
+ }
1480
+
1481
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1482
+ border: 2px solid #22d3ee;
1483
+ border-radius: 2px;
1484
+ }
1485
+
1486
+ @media screen and (max-width: 480px) {
1487
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1488
+ border: 2px solid #22d3ee;
1489
+ border-radius: 2px;
1490
+ }
1491
+ }
1492
+ .e-pv-organize-window {
1493
+ border: 1px solid #4b5563;
1494
+ border-radius: 0;
1495
+ }
1496
+
1497
+ .e-pdfviewer .e-pv-organize-window .e-footer-content {
1498
+ border-top: 1px solid #4b5563;
1499
+ padding: 15px;
1500
+ }
1501
+
1502
+ .e-pdfviewer .e-pv-organize-window .e-dlg-header-content {
1503
+ padding: 15px;
1504
+ }
1505
+
1506
+ .e-pv-tile-number {
1507
+ text-align: center;
1508
+ margin-top: 16.5px;
1509
+ }
1510
+
1511
+ .e-pv-delete-button.e-btn,
1512
+ .e-pv-rotate-left-button.e-btn,
1513
+ .e-pv-rotate-right-button.e-btn {
1514
+ width: 25px;
1515
+ height: 25px;
1516
+ -ms-flex-pack: center;
1517
+ justify-content: center;
1518
+ -ms-flex-align: center;
1519
+ align-items: center;
1520
+ margin: 0 5px;
1521
+ padding: 0;
1522
+ }
1523
+
1524
+ .e-pv-insert-left-button.e-btn {
1525
+ width: 25px;
1526
+ height: 25px;
1527
+ -ms-flex-pack: center;
1528
+ justify-content: center;
1529
+ -ms-flex-align: center;
1530
+ align-items: center;
1531
+ position: absolute;
1532
+ left: calc(-1 * (25px / 2 + 2px / 2));
1533
+ top: -70px;
1534
+ padding: 0;
1535
+ }
1536
+ @media only screen and (max-width: 1399.98px) {
1537
+ .e-pv-insert-left-button.e-btn {
1538
+ top: -70px;
1539
+ }
1540
+ }
1541
+ @media only screen and (max-width: 1199.98px) {
1542
+ .e-pv-insert-left-button.e-btn {
1543
+ top: -70px;
1544
+ }
1545
+ }
1546
+ @media only screen and (max-width: 991.98px) {
1547
+ .e-pv-insert-left-button.e-btn {
1548
+ top: -70px;
1549
+ }
1550
+ }
1551
+ @media only screen and (max-width: 767.98px) {
1552
+ .e-pv-insert-left-button.e-btn {
1553
+ top: -70px;
1554
+ }
1555
+ }
1556
+ @media only screen and (max-width: 575.98px) {
1557
+ .e-pv-insert-left-button.e-btn {
1558
+ top: -70px;
1559
+ }
1560
+ }
1561
+
1562
+ .e-pv-insert-right-button.e-btn {
1563
+ width: 25px;
1564
+ height: 25px;
1565
+ -ms-flex-pack: center;
1566
+ justify-content: center;
1567
+ -ms-flex-align: center;
1568
+ align-items: center;
1569
+ position: absolute;
1570
+ right: calc(-1 * (25px / 2 + 2px / 2));
1571
+ top: -70px;
1572
+ padding: 0;
1573
+ }
1574
+ @media only screen and (max-width: 1399.98px) {
1575
+ .e-pv-insert-right-button.e-btn {
1576
+ top: -70px;
1577
+ }
1578
+ }
1579
+ @media only screen and (max-width: 1199.98px) {
1580
+ .e-pv-insert-right-button.e-btn {
1581
+ top: -70px;
1582
+ }
1583
+ }
1584
+ @media only screen and (max-width: 991.98px) {
1585
+ .e-pv-insert-right-button.e-btn {
1586
+ top: -70px;
1587
+ }
1588
+ }
1589
+ @media only screen and (max-width: 767.98px) {
1590
+ .e-pv-insert-right-button.e-btn {
1591
+ top: -70px;
1592
+ }
1593
+ }
1594
+ @media only screen and (max-width: 575.98px) {
1595
+ .e-pv-insert-right-button.e-btn {
1596
+ top: -70px;
1597
+ }
1598
+ }
1599
+
1600
+ .e-pv-toolbar-rotate-left-button {
1601
+ height: 32px;
1602
+ width: 32px;
1603
+ padding: 0;
1604
+ top: 7px;
1605
+ position: relative;
1606
+ left: 436px;
1607
+ box-shadow: none;
1608
+ }
1609
+
1610
+ .e-pv-toolbar-rotate-right-button {
1611
+ height: 32px;
1612
+ width: 32px;
1613
+ padding: 0;
1614
+ top: 7px;
1615
+ position: relative;
1616
+ left: 445px;
1617
+ box-shadow: none;
1618
+ }
1619
+
1620
+ .e-pdfviewer .e-pv-organize-window .e-dlg-content {
1621
+ padding: 0;
1622
+ overflow: hidden;
1623
+ border-radius: 0;
1624
+ }
1625
+
1626
+ .e-pv-organize-toolbar-apperance.e-toolbar {
1627
+ width: 1172px;
1628
+ border: 1px solid #4b5563;
1629
+ border-width: 1px 0;
1630
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1631
+ }
1632
+ .e-pv-organize-toolbar-apperance.e-toolbar .e-toolbar-items.e-tbar-pos {
1633
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1634
+ }
1635
+
1636
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1637
+ margin-left: 22px;
1638
+ margin-right: 8px;
1639
+ text-wrap: nowrap;
1640
+ }
1641
+
1642
+ @media screen and (max-width: 480px) {
1643
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1644
+ width: 35px;
1645
+ margin-left: 22px;
1646
+ }
1647
+ }
1354
1648
  .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
1355
1649
  .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1356
1650
  background: #4b5563;
@@ -1444,9 +1738,8 @@ input.e-pv-input-password::-ms-reveal {
1444
1738
  .e-pv-thumbnail-number {
1445
1739
  color: #d1d5db;
1446
1740
  font-family: Roboto;
1447
- padding-left: 50px;
1448
- padding-right: 50px;
1449
1741
  padding-top: 8px;
1742
+ text-align: center;
1450
1743
  }
1451
1744
 
1452
1745
  .e-pv-thumbnail-selection-ring {
@@ -1928,10 +2221,30 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1928
2221
  width: 32px;
1929
2222
  }
1930
2223
 
2224
+ .e-pv-organize-total-page-button {
2225
+ float: left;
2226
+ font-weight: normal;
2227
+ color: #fff;
2228
+ font-size: 12;
2229
+ }
2230
+
2231
+ .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
2232
+ background-color: transparent;
2233
+ background: transparent;
2234
+ color: #fff;
2235
+ cursor: default;
2236
+ }
2237
+
1931
2238
  .e-pv-annotation-thickness-slider-container {
1932
2239
  margin-top: -6px;
1933
2240
  }
1934
2241
 
2242
+ .e-pv-organize-image {
2243
+ width: calc(100% - 4px);
2244
+ height: calc(100% - 4px);
2245
+ border: 1px solid #4b5563;
2246
+ }
2247
+
1935
2248
  .e-pv-annotation-opacity-icon {
1936
2249
  padding-top: 1px;
1937
2250
  }
@@ -2169,8 +2482,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2169
2482
  .e-pv-properties-line-stroke-color-label,
2170
2483
  .e-pv-properties-line-opacity-label,
2171
2484
  .e-pv-properties-line-leader-length-label {
2172
- margin-bottom: 8px;
2173
2485
  font-size: 14px;
2486
+ margin-bottom: 8px;
2174
2487
  }
2175
2488
 
2176
2489
  .e-pv-properties-line-end-container,
@@ -2309,7 +2622,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2309
2622
  .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
2310
2623
  height: 30px;
2311
2624
  line-height: 25px;
2312
- margin: 4px 0;
2625
+ margin: 0;
2313
2626
  padding: 0 1.5px;
2314
2627
  width: 30px;
2315
2628
  }
@@ -2402,6 +2715,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2402
2715
  .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2403
2716
  .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2404
2717
  margin-right: 10px;
2718
+ font-size: 14px;
2405
2719
  }
2406
2720
 
2407
2721
  div > .e-pv-bookmark-icon.e-pv-icon.e-right {
@@ -2640,8 +2954,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2640
2954
  font-size: 14px;
2641
2955
  font-size: 12px;
2642
2956
  font-weight: 500;
2643
- max-width: 237px;
2644
2957
  position: absolute;
2958
+ overflow: hidden;
2959
+ text-overflow: ellipsis;
2645
2960
  }
2646
2961
 
2647
2962
  .e-pv-reply-title {
@@ -2650,10 +2965,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2650
2965
  font-size: 14px;
2651
2966
  font-size: 12px;
2652
2967
  font-weight: 500;
2653
- max-width: 212px;
2654
2968
  padding-left: 8px;
2655
2969
  padding-top: 7px;
2656
2970
  position: absolute;
2971
+ overflow: hidden;
2972
+ text-overflow: ellipsis;
2657
2973
  }
2658
2974
 
2659
2975
  .e-pv-comments-hover {
@@ -2767,8 +3083,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2767
3083
  }
2768
3084
 
2769
3085
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
2770
- margin-top: 10px;
2771
3086
  padding-bottom: 1px;
3087
+ margin-top: 10px;
2772
3088
  }
2773
3089
 
2774
3090
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -2860,12 +3176,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2860
3176
  border-radius: 5px;
2861
3177
  display: inline-block;
2862
3178
  font-size: 13px;
2863
- height: 88px;
2864
- margin: 15px;
2865
3179
  padding-top: 40px;
2866
3180
  text-align: center;
2867
- width: 311px;
2868
3181
  word-wrap: break-word;
3182
+ height: 88px;
3183
+ width: 311px;
3184
+ margin: 15px;
2869
3185
  }
2870
3186
 
2871
3187
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {