| @@ -1172,16 +1172,16 @@ | ||
| 1172 | 1172 | } |
| 1173 | 1173 | |
| 1174 | 1174 | .postbox-container .e2pdf-colorpicker-wr .wp-picker-container .iris-picker { |
| 1175 | 1175 | position: absolute; |
| 1176 | - top: -205px; | |
| 1176 | + top: -185px; | |
| 1177 | 1177 | margin-right: 25px; |
| 1178 | 1178 | right: 100%; |
| 1179 | 1179 | } |
| 1180 | 1180 | |
| 1181 | 1181 | .e2pdf-colorpicker-wr .wp-color-result, .e2pdf-colorpicker-wr .wp-picker-container .wp-color-result.button { |
| 1182 | - height: 30px; | |
| 1183 | - line-height: 30px; | |
| 1182 | + height: 40px; | |
| 1183 | + line-height: 40px; | |
| 1184 | 1184 | margin: 0; |
| 1185 | 1185 | border: none; |
| 1186 | 1186 | border-radius: 0; |
| 1187 | 1187 | box-shadow: none; |
| @@ -1191,11 +1191,15 @@ | ||
| 1191 | 1191 | width: 100%; |
| 1192 | 1192 | border: 1px solid #ddd; |
| 1193 | 1193 | } |
| 1194 | 1194 | |
| 1195 | +.e2pdf-colorpicker-wr .wp-picker-container .wp-color-result.button { | |
| 1196 | + min-height: 40px; | |
| 1197 | +} | |
| 1198 | + | |
| 1195 | 1199 | .e2pdf-colorpicker-wr .wp-color-result .wp-color-result-text { |
| 1196 | - height: 30px; | |
| 1197 | - line-height: 30px; | |
| 1200 | + height: 40px; | |
| 1201 | + line-height: 40px; | |
| 1198 | 1202 | margin: 0; |
| 1199 | 1203 | border: none; |
| 1200 | 1204 | border-radius: 0; |
| 1201 | 1205 | box-shadow: none; |
| @@ -1230,10 +1234,10 @@ | ||
| 1230 | 1234 | } |
| 1231 | 1235 | |
| 1232 | 1236 | .e2pdf-colorpicker-wr .wp-picker-container input[type=text].wp-color-picker { |
| 1233 | 1237 | width: 60%; |
| 1234 | - height: 30px; | |
| 1235 | - line-height: 30px; | |
| 1238 | + height: 40px; | |
| 1239 | + line-height: 40px; | |
| 1236 | 1240 | } |
| 1237 | 1241 | |
| 1238 | 1242 | .e2pdf-colorpicker-wr .wp-picker-container .wp-picker-input-wrap label input[type=text].wp-color-picker { |
| 1239 | 1243 | width: 100%; |
| @@ -1562,9 +1566,11 @@ | ||
| 1562 | 1566 | font-size: 12px; |
| 1563 | 1567 | background: #fff; |
| 1564 | 1568 | } |
| 1565 | 1569 | |
| 1566 | -.e2pdf-inactive, .wp-core-ui .e2pdf-inactive.button { | |
| 1570 | +.e2pdf-inactive, | |
| 1571 | +.wp-core-ui .e2pdf-inactive.button, | |
| 1572 | +[class*=branch-7].wp-core-ui .e2pdf-inactive.button .dashicons { | |
| 1567 | 1573 | color: #cccccc; |
| 1568 | 1574 | } |
| 1569 | 1575 | |
| 1570 | 1576 | .e2pdf-selected .e2pdf-drag, .e2pdf-active { |
| @@ -1645,76 +1651,23 @@ | ||
| 1645 | 1651 | position: absolute; |
| 1646 | 1652 | min-width: 100%; |
| 1647 | 1653 | } |
| 1648 | 1654 | |
| 1649 | -.e2pdf-z200 .e2pdf-tpl-inner { | |
| 1650 | - -ms-transform: scale(2); | |
| 1651 | - -webkit-transform: scale(2); | |
| 1652 | - transform: scale(2); | |
| 1655 | +.e2pdf-zoom .e2pdf-tpl-inner { | |
| 1656 | + min-width: var(--e2pdf-scale-width); | |
| 1657 | + -ms-transform: scale(var(--e2pdf-scale)); | |
| 1658 | + -webkit-transform: scale(var(--e2pdf-scale)); | |
| 1659 | + transform: scale(var(--e2pdf-scale)); | |
| 1653 | 1660 | transform-origin: 0 0; |
| 1654 | 1661 | } |
| 1655 | 1662 | |
| 1656 | -.e2pdf-z200 .e2pdf-page { | |
| 1657 | - margin-top: 80px; | |
| 1658 | -} | |
| 1659 | - | |
| 1660 | -.e2pdf-z175 .e2pdf-tpl-inner { | |
| 1661 | - -ms-transform: scale(1.75); | |
| 1662 | - -webkit-transform: scale(1.75); | |
| 1663 | - transform: scale(1.75); | |
| 1663 | +.e2pdf-zoom .e2pdf-tpl-inner .e2pdf-context { | |
| 1664 | + -ms-transform: scale(calc(1 / var(--e2pdf-scale))); | |
| 1665 | + -webkit-transform: scale(calc(1 / var(--e2pdf-scale))); | |
| 1666 | + transform: scale(calc(1 / var(--e2pdf-scale))); | |
| 1664 | 1667 | transform-origin: 0 0; |
| 1665 | 1668 | } |
| 1666 | 1669 | |
| 1667 | -.e2pdf-z175 .e2pdf-page { | |
| 1668 | - margin-top: 70px; | |
| 1669 | -} | |
| 1670 | - | |
| 1671 | -.e2pdf-z150 .e2pdf-tpl-inner { | |
| 1672 | - -ms-transform: scale(1.5); | |
| 1673 | - -webkit-transform: scale(1.5); | |
| 1674 | - transform: scale(1.5); | |
| 1675 | - transform-origin: 0 0; | |
| 1676 | -} | |
| 1677 | - | |
| 1678 | -.e2pdf-z150 .e2pdf-page { | |
| 1679 | - margin-top: 60px; | |
| 1680 | -} | |
| 1681 | - | |
| 1682 | -.e2pdf-z125 .e2pdf-tpl-inner { | |
| 1683 | - -ms-transform: scale(1.25); | |
| 1684 | - -webkit-transform: scale(1.25); | |
| 1685 | - transform: scale(1.25); | |
| 1686 | - transform-origin: 0 0; | |
| 1687 | -} | |
| 1688 | - | |
| 1689 | -.e2pdf-z125 .e2pdf-page { | |
| 1690 | - margin-top: 50px; | |
| 1691 | -} | |
| 1692 | - | |
| 1693 | -.e2pdf-z75 .e2pdf-tpl-inner { | |
| 1694 | - -ms-transform: scale(0.75); | |
| 1695 | - -webkit-transform: scale(0.75); | |
| 1696 | - transform: scale(0.75); | |
| 1697 | - transform-origin: 0 0; | |
| 1698 | - width: 133.33%; | |
| 1699 | -} | |
| 1700 | - | |
| 1701 | -.e2pdf-z50 .e2pdf-tpl-inner { | |
| 1702 | - -ms-transform: scale(0.50); | |
| 1703 | - -webkit-transform: scale(0.50); | |
| 1704 | - transform: scale(0.50); | |
| 1705 | - transform-origin: 0 0; | |
| 1706 | - width: 200%; | |
| 1707 | -} | |
| 1708 | - | |
| 1709 | -.e2pdf-z25 .e2pdf-tpl-inner { | |
| 1710 | - -ms-transform: scale(0.25); | |
| 1711 | - -webkit-transform: scale(0.25); | |
| 1712 | - transform: scale(0.25); | |
| 1713 | - transform-origin: 0 0; | |
| 1714 | - width: 400%; | |
| 1715 | -} | |
| 1716 | - | |
| 1717 | 1670 | .e2pdf-dialog:not(.e2pdf-dialog-visual-mapper) input[type='text'], |
| 1718 | 1671 | .e2pdf-dialog:not(.e2pdf-dialog-visual-mapper) select { |
| 1719 | 1672 | height: 30px; |
| 1720 | 1673 | margin: 0; |
| @@ -1750,9 +1703,9 @@ | ||
| 1750 | 1703 | } |
| 1751 | 1704 | |
| 1752 | 1705 | .e2pdf-dialog label.e2pdf-label { |
| 1753 | 1706 | font-weight: normal; |
| 1754 | - line-height: 30px; | |
| 1707 | + line-height: 40px; | |
| 1755 | 1708 | } |
| 1756 | 1709 | |
| 1757 | 1710 | .e2pdf-dialog .visual-mapper label { |
| 1758 | 1711 | display: block; |
| @@ -1991,9 +1944,9 @@ | ||
| 1991 | 1944 | .e2pdf-action input[type=radio] { |
| 1992 | 1945 | margin-top: 5px; |
| 1993 | 1946 | } |
| 1994 | 1947 | |
| 1995 | -.e2pdf-action .wp-picker-default, .e2pdf-aciton .wp-color-result-text { | |
| 1948 | +.e2pdf-action .wp-picker-default, .e2pdf-colorpicker-wr .wp-picker-default, .e2pdf-aciton .wp-color-result-text { | |
| 1996 | 1949 | display: none; |
| 1997 | 1950 | } |
| 1998 | 1951 | |
| 1999 | 1952 | .e2pdf-action .e2pdf-colorpicker-wr .wp-picker-input-wrap label, |