@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
@@ -1,4 +1,4 @@
1
- @include export-module('pdfviewer-tailwind-icons') {
1
+ @include export-module('pdfviewer-material-icons') {
2
2
  .e-pdfviewer {
3
3
  .e-pv-icon::before {
4
4
  font-family: 'e-icons';
@@ -61,6 +61,28 @@
61
61
  content: '\e79e';
62
62
  }
63
63
 
64
+ .e-pv-rotate-right-icon::before{
65
+ content: '\e8a6';
66
+ }
67
+
68
+ .e-pv-organize-view-icon::before{
69
+ content: '\e8dc';
70
+ }
71
+
72
+ .e-pv-organize-view-disable-icon::before{
73
+ color: $pv-thumbnail-icon-disable-color;
74
+ content: '\e8dc';
75
+ }
76
+
77
+ .e-pv-organize-view-selection-icon::before{
78
+ color: $pv-thumbnail-icon-selection-color;
79
+ content: '\e8dc';
80
+ }
81
+
82
+ .e-pv-rotate-left-icon::before{
83
+ content: '\e8a5';
84
+ }
85
+
64
86
  .e-pv-stamp-icon::before {
65
87
  content: '\e717';
66
88
  }
@@ -29,6 +29,28 @@
29
29
  content: '\e765';
30
30
  }
31
31
 
32
+ .e-pv-rotate-right-icon::before{
33
+ content: '\e8a6';
34
+ }
35
+
36
+ .e-pv-organize-view-icon::before{
37
+ content: '\e8dc';
38
+ }
39
+
40
+ .e-pv-organize-view-disable-icon::before{
41
+ color: $pv-thumbnail-icon-disable-color;
42
+ content: '\e8dc';
43
+ }
44
+
45
+ .e-pv-organize-view-selection-icon::before{
46
+ color: $pv-thumbnail-icon-selection-color;
47
+ content: '\e8dc';
48
+ }
49
+
50
+ .e-pv-rotate-left-icon::before{
51
+ content: '\e8a5';
52
+ }
53
+
32
54
  .e-pv-prev-search-icon::before {
33
55
  color: $icon-color;
34
56
  content: '\e765';
@@ -61,6 +61,28 @@
61
61
  content: '\e79e';
62
62
  }
63
63
 
64
+ .e-pv-rotate-right-icon::before{
65
+ content: '\e8a6';
66
+ }
67
+
68
+ .e-pv-organize-view-icon::before{
69
+ content: '\e8dc';
70
+ }
71
+
72
+ .e-pv-organize-view-disable-icon::before{
73
+ color: $pv-thumbnail-icon-disable-color;
74
+ content: '\e8dc';
75
+ }
76
+
77
+ .e-pv-organize-view-selection-icon::before{
78
+ color: $pv-thumbnail-icon-selection-color;
79
+ content: '\e8dc';
80
+ }
81
+
82
+ .e-pv-rotate-left-icon::before{
83
+ content: '\e8a5';
84
+ }
85
+
64
86
  .e-pv-stamp-icon::before {
65
87
  content: '\e717';
66
88
  }
@@ -18,6 +18,23 @@
18
18
  .e-pdfviewer .e-pv-first-page-navigation-icon::before {
19
19
  content: "\ec05";
20
20
  }
21
+ .e-pdfviewer .e-pv-rotate-right-icon::before {
22
+ content: "\e960";
23
+ }
24
+ .e-pdfviewer .e-pv-organize-view-icon::before {
25
+ content: "\e99f";
26
+ }
27
+ .e-pdfviewer .e-pv-organize-view-disable-icon::before {
28
+ color: rgba(255, 255, 255, 0.2);
29
+ content: "\e99f";
30
+ }
31
+ .e-pdfviewer .e-pv-organize-view-selection-icon::before {
32
+ color: rgba(0, 176, 255, 0.6);
33
+ content: "\e99f";
34
+ }
35
+ .e-pdfviewer .e-pv-rotate-left-icon::before {
36
+ content: "\e95f";
37
+ }
21
38
  .e-pdfviewer .e-pv-previous-page-navigation-icon::before,
22
39
  .e-pdfviewer .e-pv-prev-search-icon::before {
23
40
  content: "\ec06";
@@ -781,6 +798,18 @@ input.e-pv-input-password::-ms-reveal {
781
798
  padding-top: 16px;
782
799
  }
783
800
 
801
+ .e-pv-image-container {
802
+ width: 100%;
803
+ height: 100%;
804
+ display: -ms-flexbox;
805
+ display: flex;
806
+ -ms-flex-pack: center;
807
+ justify-content: center;
808
+ -ms-flex-align: center;
809
+ align-items: center;
810
+ padding: 3px;
811
+ }
812
+
784
813
  .e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled {
785
814
  background-color: transparent;
786
815
  }
@@ -988,6 +1017,10 @@ input.e-pv-input-password::-ms-reveal {
988
1017
  padding: 0;
989
1018
  }
990
1019
 
1020
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1021
+ width: 100px;
1022
+ }
1023
+
991
1024
  .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),
992
1025
  .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),
993
1026
  .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),
@@ -1138,6 +1171,10 @@ input.e-pv-input-password::-ms-reveal {
1138
1171
  padding-top: 6px;
1139
1172
  }
1140
1173
 
1174
+ .e-dialog .e-dlg-header {
1175
+ width: auto;
1176
+ }
1177
+
1141
1178
  .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1142
1179
  max-height: 28px;
1143
1180
  padding-bottom: 8px;
@@ -1325,7 +1362,8 @@ input.e-pv-input-password::-ms-reveal {
1325
1362
  border-radius: 100px;
1326
1363
  }
1327
1364
 
1328
- .e-pv-thumbnail-view-button.e-btn {
1365
+ .e-pv-thumbnail-view-button.e-btn,
1366
+ .e-pv-organize-view-button.e-btn {
1329
1367
  background: transparent;
1330
1368
  border: 0;
1331
1369
  border-radius: 0;
@@ -1339,6 +1377,262 @@ input.e-pv-input-password::-ms-reveal {
1339
1377
  width: 32px;
1340
1378
  }
1341
1379
 
1380
+ .e-pv-organize-tile.e-pv-thumbnail-column {
1381
+ width: 100%;
1382
+ height: 100%;
1383
+ }
1384
+
1385
+ .e-pv-organize-content-apperance {
1386
+ overflow: hidden;
1387
+ }
1388
+
1389
+ .e-pv-organize-tile-view.e-pv-thumbnail-row {
1390
+ display: -ms-flexbox;
1391
+ display: flex;
1392
+ -ms-flex-pack: center;
1393
+ justify-content: center;
1394
+ -ms-flex-wrap: wrap;
1395
+ flex-wrap: wrap;
1396
+ overflow: auto;
1397
+ overflow-x: hidden;
1398
+ }
1399
+
1400
+ .e-pv-organize-anchor-node {
1401
+ border: 6px solid #616161;
1402
+ margin: 24px;
1403
+ width: 140px;
1404
+ height: 140px;
1405
+ }
1406
+ @media only screen and (max-width: 1399.98px) {
1407
+ .e-pv-organize-anchor-node {
1408
+ width: 140px;
1409
+ height: 140px;
1410
+ }
1411
+ }
1412
+ @media only screen and (max-width: 1199.98px) {
1413
+ .e-pv-organize-anchor-node {
1414
+ width: 140px;
1415
+ height: 140px;
1416
+ }
1417
+ }
1418
+ @media only screen and (max-width: 991.98px) {
1419
+ .e-pv-organize-anchor-node {
1420
+ width: 140px;
1421
+ height: 140px;
1422
+ }
1423
+ }
1424
+ @media only screen and (max-width: 767.98px) {
1425
+ .e-pv-organize-anchor-node {
1426
+ width: 140px;
1427
+ height: 140px;
1428
+ min-width: 140px;
1429
+ min-height: 140px;
1430
+ }
1431
+ }
1432
+ @media only screen and (max-width: 575.98px) {
1433
+ .e-pv-organize-anchor-node {
1434
+ width: 140px;
1435
+ height: 140px;
1436
+ min-width: 140px;
1437
+ min-height: 140px;
1438
+ margin: 24px 20px;
1439
+ }
1440
+ }
1441
+
1442
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1443
+ width: 100%;
1444
+ height: 100%;
1445
+ position: relative;
1446
+ top: -100%;
1447
+ padding: 4px;
1448
+ }
1449
+
1450
+ @media screen and (max-width: 480px) {
1451
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1452
+ width: 100%;
1453
+ height: 100%;
1454
+ position: relative;
1455
+ top: -100%;
1456
+ padding: 4px;
1457
+ }
1458
+ }
1459
+ .e-pv-organize-buttondiv {
1460
+ -ms-flex-pack: center;
1461
+ justify-content: center;
1462
+ -ms-flex-wrap: nowrap;
1463
+ flex-wrap: nowrap;
1464
+ position: relative;
1465
+ text-align: center;
1466
+ top: calc(-100% - 12px + 3px);
1467
+ }
1468
+
1469
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1470
+ border: 6px solid rgba(0, 176, 255, 0.7);
1471
+ border-radius: 2px;
1472
+ }
1473
+
1474
+ @media screen and (max-width: 480px) {
1475
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1476
+ border: 6px solid rgba(0, 176, 255, 0.7);
1477
+ border-radius: 2px;
1478
+ }
1479
+ }
1480
+ .e-pv-organize-window {
1481
+ border: 1px solid #616161;
1482
+ border-radius: 0;
1483
+ }
1484
+
1485
+ .e-pdfviewer .e-pv-organize-window .e-footer-content {
1486
+ border-top: 1px solid #616161;
1487
+ padding: 15px;
1488
+ }
1489
+
1490
+ .e-pdfviewer .e-pv-organize-window .e-dlg-header-content {
1491
+ padding: 15px;
1492
+ }
1493
+
1494
+ .e-pv-tile-number {
1495
+ text-align: center;
1496
+ margin-top: 20.5px;
1497
+ }
1498
+
1499
+ .e-pv-delete-button.e-btn,
1500
+ .e-pv-rotate-left-button.e-btn,
1501
+ .e-pv-rotate-right-button.e-btn {
1502
+ width: 25px;
1503
+ height: 25px;
1504
+ -ms-flex-pack: center;
1505
+ justify-content: center;
1506
+ -ms-flex-align: center;
1507
+ align-items: center;
1508
+ margin: 0 5px;
1509
+ padding: 0;
1510
+ }
1511
+
1512
+ .e-pv-insert-left-button.e-btn {
1513
+ width: 25px;
1514
+ height: 25px;
1515
+ -ms-flex-pack: center;
1516
+ justify-content: center;
1517
+ -ms-flex-align: center;
1518
+ align-items: center;
1519
+ position: absolute;
1520
+ left: calc(-1 * (25px / 2 + 6px / 2));
1521
+ top: -70px;
1522
+ padding: 0;
1523
+ }
1524
+ @media only screen and (max-width: 1399.98px) {
1525
+ .e-pv-insert-left-button.e-btn {
1526
+ top: -70px;
1527
+ }
1528
+ }
1529
+ @media only screen and (max-width: 1199.98px) {
1530
+ .e-pv-insert-left-button.e-btn {
1531
+ top: -70px;
1532
+ }
1533
+ }
1534
+ @media only screen and (max-width: 991.98px) {
1535
+ .e-pv-insert-left-button.e-btn {
1536
+ top: -70px;
1537
+ }
1538
+ }
1539
+ @media only screen and (max-width: 767.98px) {
1540
+ .e-pv-insert-left-button.e-btn {
1541
+ top: -70px;
1542
+ }
1543
+ }
1544
+ @media only screen and (max-width: 575.98px) {
1545
+ .e-pv-insert-left-button.e-btn {
1546
+ top: -70px;
1547
+ }
1548
+ }
1549
+
1550
+ .e-pv-insert-right-button.e-btn {
1551
+ width: 25px;
1552
+ height: 25px;
1553
+ -ms-flex-pack: center;
1554
+ justify-content: center;
1555
+ -ms-flex-align: center;
1556
+ align-items: center;
1557
+ position: absolute;
1558
+ right: calc(-1 * (25px / 2 + 6px / 2));
1559
+ top: -70px;
1560
+ padding: 0;
1561
+ }
1562
+ @media only screen and (max-width: 1399.98px) {
1563
+ .e-pv-insert-right-button.e-btn {
1564
+ top: -70px;
1565
+ }
1566
+ }
1567
+ @media only screen and (max-width: 1199.98px) {
1568
+ .e-pv-insert-right-button.e-btn {
1569
+ top: -70px;
1570
+ }
1571
+ }
1572
+ @media only screen and (max-width: 991.98px) {
1573
+ .e-pv-insert-right-button.e-btn {
1574
+ top: -70px;
1575
+ }
1576
+ }
1577
+ @media only screen and (max-width: 767.98px) {
1578
+ .e-pv-insert-right-button.e-btn {
1579
+ top: -70px;
1580
+ }
1581
+ }
1582
+ @media only screen and (max-width: 575.98px) {
1583
+ .e-pv-insert-right-button.e-btn {
1584
+ top: -70px;
1585
+ }
1586
+ }
1587
+
1588
+ .e-pv-toolbar-rotate-left-button {
1589
+ height: 32px;
1590
+ width: 32px;
1591
+ padding: 0;
1592
+ top: 7px;
1593
+ position: relative;
1594
+ left: 436px;
1595
+ box-shadow: none;
1596
+ }
1597
+
1598
+ .e-pv-toolbar-rotate-right-button {
1599
+ height: 32px;
1600
+ width: 32px;
1601
+ padding: 0;
1602
+ top: 7px;
1603
+ position: relative;
1604
+ left: 445px;
1605
+ box-shadow: none;
1606
+ }
1607
+
1608
+ .e-pdfviewer .e-pv-organize-window .e-dlg-content {
1609
+ padding: 0;
1610
+ overflow: hidden;
1611
+ border-radius: 0;
1612
+ }
1613
+
1614
+ .e-pv-organize-toolbar-apperance.e-toolbar {
1615
+ width: 1172px;
1616
+ border: 1px solid #616161;
1617
+ border-width: 1px 0;
1618
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1619
+ }
1620
+ .e-pv-organize-toolbar-apperance.e-toolbar .e-toolbar-items.e-tbar-pos {
1621
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1622
+ }
1623
+
1624
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1625
+ margin-left: 22px;
1626
+ margin-right: 8px;
1627
+ text-wrap: nowrap;
1628
+ }
1629
+
1630
+ @media screen and (max-width: 480px) {
1631
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1632
+ width: 35px;
1633
+ margin-left: 22px;
1634
+ }
1635
+ }
1342
1636
  .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
1343
1637
  .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1344
1638
  background: transparent;
@@ -1424,9 +1718,8 @@ input.e-pv-input-password::-ms-reveal {
1424
1718
  .e-pv-thumbnail-number {
1425
1719
  color: rgba(255, 255, 255, 0.87);
1426
1720
  font-family: Roboto;
1427
- padding-left: 50px;
1428
- padding-right: 50px;
1429
1721
  padding-top: 8px;
1722
+ text-align: center;
1430
1723
  }
1431
1724
 
1432
1725
  .e-pv-thumbnail-selection-ring {
@@ -1907,10 +2200,30 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1907
2200
  width: 32px;
1908
2201
  }
1909
2202
 
2203
+ .e-pv-organize-total-page-button {
2204
+ float: left;
2205
+ font-weight: normal;
2206
+ color: rgba(255, 255, 255, 0.87);
2207
+ font-size: 12;
2208
+ }
2209
+
2210
+ .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
2211
+ background-color: transparent;
2212
+ background: transparent;
2213
+ color: rgba(255, 255, 255, 0.87);
2214
+ cursor: default;
2215
+ }
2216
+
1910
2217
  .e-pv-annotation-thickness-slider-container {
1911
2218
  margin-top: -6px;
1912
2219
  }
1913
2220
 
2221
+ .e-pv-organize-image {
2222
+ width: calc(100% - 12px);
2223
+ height: calc(100% - 12px);
2224
+ border: 1px solid #616161;
2225
+ }
2226
+
1914
2227
  .e-pv-annotation-opacity-icon {
1915
2228
  padding-top: 1px;
1916
2229
  }
@@ -2148,8 +2461,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2148
2461
  .e-pv-properties-line-stroke-color-label,
2149
2462
  .e-pv-properties-line-opacity-label,
2150
2463
  .e-pv-properties-line-leader-length-label {
2151
- margin-bottom: 8px;
2152
2464
  font-size: 14px;
2465
+ margin-bottom: 8px;
2153
2466
  }
2154
2467
 
2155
2468
  .e-pv-properties-line-end-container,
@@ -2379,6 +2692,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2379
2692
  .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2380
2693
  .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2381
2694
  margin-right: 10px;
2695
+ font-size: 14px;
2382
2696
  }
2383
2697
 
2384
2698
  div > .e-pv-bookmark-icon.e-pv-icon.e-right {
@@ -2610,17 +2924,19 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2610
2924
  padding-left: 32px;
2611
2925
  padding-top: 7px;
2612
2926
  font-size: 14px;
2613
- max-width: 237px;
2614
2927
  position: absolute;
2928
+ overflow: hidden;
2929
+ text-overflow: ellipsis;
2615
2930
  }
2616
2931
 
2617
2932
  .e-pv-reply-title {
2618
2933
  color: rgba(255, 255, 255, 0.6);
2619
2934
  font-size: 14px;
2620
- max-width: 212px;
2621
2935
  padding-left: 8px;
2622
2936
  padding-top: 7px;
2623
2937
  position: absolute;
2938
+ overflow: hidden;
2939
+ text-overflow: ellipsis;
2624
2940
  }
2625
2941
 
2626
2942
  .e-pv-comments-hover {
@@ -2734,8 +3050,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2734
3050
  }
2735
3051
 
2736
3052
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
2737
- margin-top: 10px;
2738
3053
  padding-bottom: 1px;
3054
+ margin-top: 10px;
2739
3055
  }
2740
3056
 
2741
3057
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -2827,12 +3143,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2827
3143
  border-radius: 5px;
2828
3144
  display: inline-block;
2829
3145
  font-size: 13px;
2830
- height: 88px;
2831
- margin: 15px;
2832
3146
  padding-top: 40px;
2833
3147
  text-align: center;
2834
- width: 311px;
2835
3148
  word-wrap: break-word;
3149
+ height: 88px;
3150
+ width: 311px;
3151
+ margin: 15px;
2836
3152
  }
2837
3153
 
2838
3154
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {