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