PluginProbe
E2Pdf – Export Pdf Tool for WordPress / 1.32.49
E2Pdf – Export Pdf Tool for WordPress v1.32.49
1.32.49 1.32.48 1.32.43 1.32.40 1.32.34 1.32.32 1.32.31 1.32.26 1.32.22 1.32.23 1.32.18 1.32.17 1.32.15 trunk 1.00.00 1.00.13 1.01.01 1.02.02 1.03.07 1.04.07 1.05.03 1.06.02 1.07.11 1.08.00 1.08.06 All 72 releases
← All changes | css/e2pdf.backend.css +37 -75 1.32.151.32.49 View file →
@@ -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;
@@ -1955,9 +1908,9 @@
1955 1908 -moz-box-sizing: border-box;
1956 1909 box-sizing: border-box;
1957 1910 }
1958 1911
1959 -.e2pdf-action-delete {
1912 +.e2pdf-action-delete, .e2pdf-search-replace-delete {
1960 1913 position: absolute;
1961 1914 top: 0;
1962 1915 right: 0;
1963 1916 background: #eee;
@@ -1974,9 +1927,9 @@
1974 1927 font-size: 16px;
1975 1928 line-height: 20px;
1976 1929 }
1977 1930
1978 -.e2pdf-action {
1931 +.e2pdf-action, .e2pdf-search-replace {
1979 1932 padding: 20px;
1980 1933 margin-bottom: 20px;
1981 1934 background: #fcfcfc;
1982 1935 -webkit-box-shadow: 1px 1px 4px #999;
@@ -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,
@@ -2111,8 +2064,9 @@
2111 2064
2112 2065 .e2pdf-condition textarea {
2113 2066 height: 30px;
2114 2067 line-height: 24px;
2068 + margin-top: 0;
2115 2069 }
2116 2070
2117 2071 input[type='checkbox'].e2pdf-input-height:checked:before {
2118 2072 font: normal 34px/1 dashicons;
@@ -2183,9 +2137,9 @@
2183 2137 width: 100%;
2184 2138 position: absolute;
2185 2139 }
2186 2140
2187 -fieldset.e2pdf-export-dataset {
2141 +fieldset.e2pdf-fieldset {
2188 2142 height: 300px;
2189 2143 border: 1px solid #8c8f94;
2190 2144 overflow-y: auto;
2191 2145 overscroll-behavior: contain;
@@ -2410,8 +2364,16 @@
2410 2364
2411 2365 .e2pdf-column-indicator-v {
2412 2366 width: 5px;
2413 2367 height: 50px;
2368 +}
2369 +
2370 +.e2pdf-search-replace {
2371 + box-sizing: border-box;
2372 +}
2373 +
2374 +.e2pdf-search-replaces .e2pdf-search-replace:first-child .e2pdf-search-replace-delete {
2375 + display: none;
2414 2376 }
2415 2377
2416 2378 @media screen and (max-width: 1024px) {
2417 2379 .widefat.e2pdf-templates-list .column-item {