@syncfusion/ej2-pdfviewer 17.3.56-4568 → 17.3.58-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.
- package/dist/ej2-pdfviewer.umd.min.js +1 -1
- package/dist/ej2-pdfviewer.umd.min.js.map +1 -1
- package/dist/es6/ej2-pdfviewer.es2015.js +5 -3
- package/dist/es6/ej2-pdfviewer.es2015.js.map +1 -1
- package/dist/es6/ej2-pdfviewer.es5.js +5 -3
- package/dist/es6/ej2-pdfviewer.es5.js.map +1 -1
- package/package.json +1 -1
- package/src/pdfviewer/magnification/magnification.js +1 -1
- package/src/pdfviewer/tagged-pdf/tagged-pdf.js +4 -2
- package/styles/bootstrap-dark.css +317 -5
- package/styles/bootstrap.css +319 -5
- package/styles/bootstrap4.css +334 -9
- package/styles/bootstrap5-dark.css +340 -10
- package/styles/bootstrap5.css +340 -10
- package/styles/fabric-dark.css +317 -5
- package/styles/fabric.css +319 -5
- package/styles/fluent-dark.css +328 -10
- package/styles/fluent.css +328 -10
- package/styles/highcontrast-light.css +317 -5
- package/styles/highcontrast.css +317 -5
- package/styles/material-dark.css +317 -5
- package/styles/material.css +317 -5
- package/styles/material3-dark.css +318 -6
- package/styles/material3.css +318 -6
- package/styles/pdfviewer/_bds-definition.scss +6 -0
- package/styles/pdfviewer/_bootstrap-dark-definition.scss +6 -0
- package/styles/pdfviewer/_bootstrap-definition.scss +6 -0
- package/styles/pdfviewer/_bootstrap4-definition.scss +6 -0
- package/styles/pdfviewer/_bootstrap5-definition.scss +8 -2
- package/styles/pdfviewer/_fabric-dark-definition.scss +6 -0
- package/styles/pdfviewer/_fabric-definition.scss +6 -0
- package/styles/pdfviewer/_fluent-definition.scss +7 -1
- package/styles/pdfviewer/_fluent2-definition.scss +549 -0
- package/styles/pdfviewer/_fusionnew-definition.scss +6 -0
- package/styles/pdfviewer/_highcontrast-definition.scss +6 -0
- package/styles/pdfviewer/_highcontrast-light-definition.scss +6 -0
- package/styles/pdfviewer/_material-dark-definition.scss +12 -6
- package/styles/pdfviewer/_material-definition.scss +11 -5
- package/styles/pdfviewer/_material3-definition.scss +7 -1
- package/styles/pdfviewer/_tailwind-definition.scss +8 -2
- package/styles/pdfviewer/_theme.scss +373 -10
- package/styles/pdfviewer/bootstrap-dark.css +317 -5
- package/styles/pdfviewer/bootstrap.css +319 -5
- package/styles/pdfviewer/bootstrap4.css +334 -9
- package/styles/pdfviewer/bootstrap5-dark.css +340 -10
- package/styles/pdfviewer/bootstrap5.css +340 -10
- package/styles/pdfviewer/fabric-dark.css +317 -5
- package/styles/pdfviewer/fabric.css +319 -5
- package/styles/pdfviewer/fluent-dark.css +328 -10
- package/styles/pdfviewer/fluent.css +328 -10
- package/styles/pdfviewer/highcontrast-light.css +317 -5
- package/styles/pdfviewer/highcontrast.css +317 -5
- package/styles/pdfviewer/icons/_bds.scss +511 -0
- package/styles/pdfviewer/icons/_bootstrap-dark.scss +22 -0
- package/styles/pdfviewer/icons/_bootstrap.scss +22 -0
- package/styles/pdfviewer/icons/_bootstrap4.scss +22 -0
- package/styles/pdfviewer/icons/_bootstrap5.scss +23 -1
- package/styles/pdfviewer/icons/_fabric-dark.scss +22 -0
- package/styles/pdfviewer/icons/_fabric.scss +22 -0
- package/styles/pdfviewer/icons/_fluent.scss +23 -1
- package/styles/pdfviewer/icons/_fusionnew.scss +23 -1
- package/styles/pdfviewer/icons/_highcontrast-light.scss +22 -0
- package/styles/pdfviewer/icons/_highcontrast.scss +22 -0
- package/styles/pdfviewer/icons/_material-dark.scss +22 -0
- package/styles/pdfviewer/icons/_material.scss +22 -0
- package/styles/pdfviewer/icons/_material3.scss +23 -1
- package/styles/pdfviewer/icons/_tailwind-dark.scss +22 -0
- package/styles/pdfviewer/icons/_tailwind.scss +22 -0
- package/styles/pdfviewer/material-dark.css +317 -5
- package/styles/pdfviewer/material.css +317 -5
- package/styles/pdfviewer/material3-dark.css +318 -6
- package/styles/pdfviewer/material3.css +318 -6
- package/styles/pdfviewer/tailwind-dark.css +319 -7
- package/styles/pdfviewer/tailwind.css +319 -7
- package/styles/tailwind-dark.css +319 -7
- package/styles/tailwind.css +319 -7
package/styles/tailwind.css
CHANGED
|
@@ -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
|
}
|
|
@@ -959,7 +988,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
959
988
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-pv-total-page-container.e-toolbar-item:not(.e-separator) {
|
|
960
989
|
color: #111827;
|
|
961
990
|
cursor: default;
|
|
962
|
-
font-size:
|
|
991
|
+
font-size: 14px;
|
|
963
992
|
margin-left: 0.5px;
|
|
964
993
|
margin-right: 9.5px;
|
|
965
994
|
min-width: unset;
|
|
@@ -1142,6 +1171,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1142
1171
|
padding-top: 6px;
|
|
1143
1172
|
}
|
|
1144
1173
|
|
|
1174
|
+
.e-dialog .e-dlg-header {
|
|
1175
|
+
width: auto;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1145
1178
|
.e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
|
|
1146
1179
|
max-height: 28px;
|
|
1147
1180
|
padding-bottom: 4px;
|
|
@@ -1332,7 +1365,8 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1332
1365
|
border-radius: 100px;
|
|
1333
1366
|
}
|
|
1334
1367
|
|
|
1335
|
-
.e-pv-thumbnail-view-button.e-btn
|
|
1368
|
+
.e-pv-thumbnail-view-button.e-btn,
|
|
1369
|
+
.e-pv-organize-view-button.e-btn {
|
|
1336
1370
|
background: transparent;
|
|
1337
1371
|
border: 0;
|
|
1338
1372
|
border-radius: 0;
|
|
@@ -1352,6 +1386,262 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1352
1386
|
justify-content: center;
|
|
1353
1387
|
}
|
|
1354
1388
|
|
|
1389
|
+
.e-pv-organize-tile.e-pv-thumbnail-column {
|
|
1390
|
+
width: 100%;
|
|
1391
|
+
height: 100%;
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
.e-pv-organize-content-apperance {
|
|
1395
|
+
overflow: hidden;
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
.e-pv-organize-tile-view.e-pv-thumbnail-row {
|
|
1399
|
+
display: -ms-flexbox;
|
|
1400
|
+
display: flex;
|
|
1401
|
+
-ms-flex-pack: center;
|
|
1402
|
+
justify-content: center;
|
|
1403
|
+
-ms-flex-wrap: wrap;
|
|
1404
|
+
flex-wrap: wrap;
|
|
1405
|
+
overflow: auto;
|
|
1406
|
+
overflow-x: hidden;
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
.e-pv-organize-anchor-node {
|
|
1410
|
+
border: 2px solid #e5e7eb;
|
|
1411
|
+
margin: 24px;
|
|
1412
|
+
width: 140px;
|
|
1413
|
+
height: 140px;
|
|
1414
|
+
}
|
|
1415
|
+
@media only screen and (max-width: 1399.98px) {
|
|
1416
|
+
.e-pv-organize-anchor-node {
|
|
1417
|
+
width: 140px;
|
|
1418
|
+
height: 140px;
|
|
1419
|
+
}
|
|
1420
|
+
}
|
|
1421
|
+
@media only screen and (max-width: 1199.98px) {
|
|
1422
|
+
.e-pv-organize-anchor-node {
|
|
1423
|
+
width: 140px;
|
|
1424
|
+
height: 140px;
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
@media only screen and (max-width: 991.98px) {
|
|
1428
|
+
.e-pv-organize-anchor-node {
|
|
1429
|
+
width: 140px;
|
|
1430
|
+
height: 140px;
|
|
1431
|
+
}
|
|
1432
|
+
}
|
|
1433
|
+
@media only screen and (max-width: 767.98px) {
|
|
1434
|
+
.e-pv-organize-anchor-node {
|
|
1435
|
+
width: 140px;
|
|
1436
|
+
height: 140px;
|
|
1437
|
+
min-width: 140px;
|
|
1438
|
+
min-height: 140px;
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
@media only screen and (max-width: 575.98px) {
|
|
1442
|
+
.e-pv-organize-anchor-node {
|
|
1443
|
+
width: 140px;
|
|
1444
|
+
height: 140px;
|
|
1445
|
+
min-width: 140px;
|
|
1446
|
+
min-height: 140px;
|
|
1447
|
+
margin: 24px 20px;
|
|
1448
|
+
}
|
|
1449
|
+
}
|
|
1450
|
+
|
|
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
|
+
@media screen and (max-width: 480px) {
|
|
1460
|
+
.e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
|
|
1461
|
+
width: 100%;
|
|
1462
|
+
height: 100%;
|
|
1463
|
+
position: relative;
|
|
1464
|
+
top: -100%;
|
|
1465
|
+
padding: 4px;
|
|
1466
|
+
}
|
|
1467
|
+
}
|
|
1468
|
+
.e-pv-organize-buttondiv {
|
|
1469
|
+
-ms-flex-pack: center;
|
|
1470
|
+
justify-content: center;
|
|
1471
|
+
-ms-flex-wrap: nowrap;
|
|
1472
|
+
flex-wrap: nowrap;
|
|
1473
|
+
position: relative;
|
|
1474
|
+
text-align: center;
|
|
1475
|
+
top: calc(-100% - 12px + 1px);
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
.e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
|
|
1479
|
+
border: 2px solid #4f46e5;
|
|
1480
|
+
border-radius: 2px;
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1483
|
+
@media screen and (max-width: 480px) {
|
|
1484
|
+
.e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
|
|
1485
|
+
border: 2px solid #4f46e5;
|
|
1486
|
+
border-radius: 2px;
|
|
1487
|
+
}
|
|
1488
|
+
}
|
|
1489
|
+
.e-pv-organize-window {
|
|
1490
|
+
border: 1px solid #e5e7eb;
|
|
1491
|
+
border-radius: 0;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
.e-pdfviewer .e-pv-organize-window .e-footer-content {
|
|
1495
|
+
border-top: 1px solid #e5e7eb;
|
|
1496
|
+
padding: 15px;
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
.e-pdfviewer .e-pv-organize-window .e-dlg-header-content {
|
|
1500
|
+
padding: 15px;
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1503
|
+
.e-pv-tile-number {
|
|
1504
|
+
text-align: center;
|
|
1505
|
+
margin-top: 16.5px;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
.e-pv-delete-button.e-btn,
|
|
1509
|
+
.e-pv-rotate-left-button.e-btn,
|
|
1510
|
+
.e-pv-rotate-right-button.e-btn {
|
|
1511
|
+
width: 25px;
|
|
1512
|
+
height: 25px;
|
|
1513
|
+
-ms-flex-pack: center;
|
|
1514
|
+
justify-content: center;
|
|
1515
|
+
-ms-flex-align: center;
|
|
1516
|
+
align-items: center;
|
|
1517
|
+
margin: 0 5px;
|
|
1518
|
+
padding: 0;
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1521
|
+
.e-pv-insert-left-button.e-btn {
|
|
1522
|
+
width: 25px;
|
|
1523
|
+
height: 25px;
|
|
1524
|
+
-ms-flex-pack: center;
|
|
1525
|
+
justify-content: center;
|
|
1526
|
+
-ms-flex-align: center;
|
|
1527
|
+
align-items: center;
|
|
1528
|
+
position: absolute;
|
|
1529
|
+
left: calc(-1 * (25px / 2 + 2px / 2));
|
|
1530
|
+
top: -70px;
|
|
1531
|
+
padding: 0;
|
|
1532
|
+
}
|
|
1533
|
+
@media only screen and (max-width: 1399.98px) {
|
|
1534
|
+
.e-pv-insert-left-button.e-btn {
|
|
1535
|
+
top: -70px;
|
|
1536
|
+
}
|
|
1537
|
+
}
|
|
1538
|
+
@media only screen and (max-width: 1199.98px) {
|
|
1539
|
+
.e-pv-insert-left-button.e-btn {
|
|
1540
|
+
top: -70px;
|
|
1541
|
+
}
|
|
1542
|
+
}
|
|
1543
|
+
@media only screen and (max-width: 991.98px) {
|
|
1544
|
+
.e-pv-insert-left-button.e-btn {
|
|
1545
|
+
top: -70px;
|
|
1546
|
+
}
|
|
1547
|
+
}
|
|
1548
|
+
@media only screen and (max-width: 767.98px) {
|
|
1549
|
+
.e-pv-insert-left-button.e-btn {
|
|
1550
|
+
top: -70px;
|
|
1551
|
+
}
|
|
1552
|
+
}
|
|
1553
|
+
@media only screen and (max-width: 575.98px) {
|
|
1554
|
+
.e-pv-insert-left-button.e-btn {
|
|
1555
|
+
top: -70px;
|
|
1556
|
+
}
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1559
|
+
.e-pv-insert-right-button.e-btn {
|
|
1560
|
+
width: 25px;
|
|
1561
|
+
height: 25px;
|
|
1562
|
+
-ms-flex-pack: center;
|
|
1563
|
+
justify-content: center;
|
|
1564
|
+
-ms-flex-align: center;
|
|
1565
|
+
align-items: center;
|
|
1566
|
+
position: absolute;
|
|
1567
|
+
right: calc(-1 * (25px / 2 + 2px / 2));
|
|
1568
|
+
top: -70px;
|
|
1569
|
+
padding: 0;
|
|
1570
|
+
}
|
|
1571
|
+
@media only screen and (max-width: 1399.98px) {
|
|
1572
|
+
.e-pv-insert-right-button.e-btn {
|
|
1573
|
+
top: -70px;
|
|
1574
|
+
}
|
|
1575
|
+
}
|
|
1576
|
+
@media only screen and (max-width: 1199.98px) {
|
|
1577
|
+
.e-pv-insert-right-button.e-btn {
|
|
1578
|
+
top: -70px;
|
|
1579
|
+
}
|
|
1580
|
+
}
|
|
1581
|
+
@media only screen and (max-width: 991.98px) {
|
|
1582
|
+
.e-pv-insert-right-button.e-btn {
|
|
1583
|
+
top: -70px;
|
|
1584
|
+
}
|
|
1585
|
+
}
|
|
1586
|
+
@media only screen and (max-width: 767.98px) {
|
|
1587
|
+
.e-pv-insert-right-button.e-btn {
|
|
1588
|
+
top: -70px;
|
|
1589
|
+
}
|
|
1590
|
+
}
|
|
1591
|
+
@media only screen and (max-width: 575.98px) {
|
|
1592
|
+
.e-pv-insert-right-button.e-btn {
|
|
1593
|
+
top: -70px;
|
|
1594
|
+
}
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1597
|
+
.e-pv-toolbar-rotate-left-button {
|
|
1598
|
+
height: 32px;
|
|
1599
|
+
width: 32px;
|
|
1600
|
+
padding: 0;
|
|
1601
|
+
top: 7px;
|
|
1602
|
+
position: relative;
|
|
1603
|
+
left: 436px;
|
|
1604
|
+
box-shadow: none;
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
.e-pv-toolbar-rotate-right-button {
|
|
1608
|
+
height: 32px;
|
|
1609
|
+
width: 32px;
|
|
1610
|
+
padding: 0;
|
|
1611
|
+
top: 7px;
|
|
1612
|
+
position: relative;
|
|
1613
|
+
left: 445px;
|
|
1614
|
+
box-shadow: none;
|
|
1615
|
+
}
|
|
1616
|
+
|
|
1617
|
+
.e-pdfviewer .e-pv-organize-window .e-dlg-content {
|
|
1618
|
+
padding: 0;
|
|
1619
|
+
overflow: hidden;
|
|
1620
|
+
border-radius: 0;
|
|
1621
|
+
}
|
|
1622
|
+
|
|
1623
|
+
.e-pv-organize-toolbar-apperance.e-toolbar {
|
|
1624
|
+
width: 1172px;
|
|
1625
|
+
border: 1px solid #e5e7eb;
|
|
1626
|
+
border-width: 1px 0;
|
|
1627
|
+
background: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1628
|
+
}
|
|
1629
|
+
.e-pv-organize-toolbar-apperance.e-toolbar .e-toolbar-items.e-tbar-pos {
|
|
1630
|
+
background: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1631
|
+
}
|
|
1632
|
+
|
|
1633
|
+
.e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
|
|
1634
|
+
margin-left: 22px;
|
|
1635
|
+
margin-right: 8px;
|
|
1636
|
+
text-wrap: nowrap;
|
|
1637
|
+
}
|
|
1638
|
+
|
|
1639
|
+
@media screen and (max-width: 480px) {
|
|
1640
|
+
.e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
|
|
1641
|
+
width: 35px;
|
|
1642
|
+
margin-left: 22px;
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1355
1645
|
.e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
|
|
1356
1646
|
.e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
|
|
1357
1647
|
background: #e5e7eb;
|
|
@@ -1445,9 +1735,8 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1445
1735
|
.e-pv-thumbnail-number {
|
|
1446
1736
|
color: #374151;
|
|
1447
1737
|
font-family: Roboto;
|
|
1448
|
-
padding-left: 50px;
|
|
1449
|
-
padding-right: 50px;
|
|
1450
1738
|
padding-top: 8px;
|
|
1739
|
+
text-align: center;
|
|
1451
1740
|
}
|
|
1452
1741
|
|
|
1453
1742
|
.e-pv-thumbnail-selection-ring {
|
|
@@ -1929,10 +2218,30 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1929
2218
|
width: 32px;
|
|
1930
2219
|
}
|
|
1931
2220
|
|
|
2221
|
+
.e-pv-organize-total-page-button {
|
|
2222
|
+
float: left;
|
|
2223
|
+
font-size: 12;
|
|
2224
|
+
font-weight: normal;
|
|
2225
|
+
color: #111827;
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
2229
|
+
background-color: transparent;
|
|
2230
|
+
background: transparent;
|
|
2231
|
+
color: #111827;
|
|
2232
|
+
cursor: default;
|
|
2233
|
+
}
|
|
2234
|
+
|
|
1932
2235
|
.e-pv-annotation-thickness-slider-container {
|
|
1933
2236
|
margin-top: -6px;
|
|
1934
2237
|
}
|
|
1935
2238
|
|
|
2239
|
+
.e-pv-organize-image {
|
|
2240
|
+
width: calc(100% - 4px);
|
|
2241
|
+
height: calc(100% - 4px);
|
|
2242
|
+
border: 1px solid #e5e7eb;
|
|
2243
|
+
}
|
|
2244
|
+
|
|
1936
2245
|
.e-pv-annotation-opacity-icon {
|
|
1937
2246
|
padding-top: 1px;
|
|
1938
2247
|
}
|
|
@@ -2310,7 +2619,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2310
2619
|
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
2311
2620
|
height: 30px;
|
|
2312
2621
|
line-height: 25px;
|
|
2313
|
-
margin:
|
|
2622
|
+
margin: 0;
|
|
2314
2623
|
padding: 0 1.5px;
|
|
2315
2624
|
width: 30px;
|
|
2316
2625
|
}
|
|
@@ -2403,6 +2712,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2403
2712
|
.e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
|
|
2404
2713
|
.e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
|
|
2405
2714
|
margin-right: 10px;
|
|
2715
|
+
font-size: 14px;
|
|
2406
2716
|
}
|
|
2407
2717
|
|
|
2408
2718
|
div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
@@ -2641,8 +2951,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2641
2951
|
font-size: 14px;
|
|
2642
2952
|
font-size: 12px;
|
|
2643
2953
|
font-weight: 500;
|
|
2644
|
-
max-width: 237px;
|
|
2645
2954
|
position: absolute;
|
|
2955
|
+
overflow: hidden;
|
|
2956
|
+
text-overflow: ellipsis;
|
|
2646
2957
|
}
|
|
2647
2958
|
|
|
2648
2959
|
.e-pv-reply-title {
|
|
@@ -2651,10 +2962,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2651
2962
|
font-size: 14px;
|
|
2652
2963
|
font-size: 12px;
|
|
2653
2964
|
font-weight: 500;
|
|
2654
|
-
max-width: 212px;
|
|
2655
2965
|
padding-left: 8px;
|
|
2656
2966
|
padding-top: 7px;
|
|
2657
2967
|
position: absolute;
|
|
2968
|
+
overflow: hidden;
|
|
2969
|
+
text-overflow: ellipsis;
|
|
2658
2970
|
}
|
|
2659
2971
|
|
|
2660
2972
|
.e-pv-comments-hover {
|