PluginProbe
Virtue/Ascend/Pinnacle Toolkit / 4.9.12.2
Virtue/Ascend/Pinnacle Toolkit v4.9.12.2
4.9.12.2 trunk 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.7 All 48 releases
← All changes | assets/toolkit_admin.css +70 -10 2.8 → 4.9.12.2 View file →
@@ -1,10 +1,70 @@
1 -.kad_image_gallery .attachment.details .check div {background-position: -60px 0;}
2 -.kad_image_gallery .attachment.details .check:hover div {background-position: -60px 0;}
3 -.kad_image_gallery .gallery_images .details.attachment {box-shadow: none;}
4 -.kad_image_gallery .eig-metabox-sortable-placeholder {background: #DFDFDF;}
5 -.kad_image_gallery .gallery_images .attachment.details > div {width: 150px; height: 150px; box-shadow: none;}
6 -.kad_image_gallery .gallery_images .attachment-preview .thumbnail {cursor: move;}
7 -.kad_image_gallery .attachment.details div:hover .check {display:block;}
8 -.kad_image_gallery .gallery_images:after, .kad_image_gallery #gallery_images_container:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
9 -.kad_image_gallery .gallery_images > li {float: left; cursor: move; margin: 0 20px 20px 0; width: auto;}
10 -.kad_image_gallery .gallery_images li.image img {width: 150px; height: auto;}
1 +.cmb2-wrap textarea {
2 + line-height: 20px;
3 + height: 30px;
4 + }
5 +.cmb-type-textarea_code pre {
6 + margin: 0;
7 +}
8 +.wp-admin .cmb-type-textarea_code pre {
9 +white-space: normal;
10 +}
11 +.cmb-type-kad-gallery .kad-gallery .gallery_images a {
12 + display: inline-block;
13 + margin-right: 8px;
14 + margin-bottom: 8px;
15 +}
16 +.cmb-type-kad-gallery .kad-gallery .gallery_images a img {
17 + max-width: 150px;
18 +}
19 +.cmb-type-kad-gallery .kad-gallery #edit-gallery {
20 + margin-right: 10px;
21 +}
22 +.wp-admin .postbox-container .cmb2-wrap > .cmb-field-list > .cmb-row {
23 + padding: 5px 0;
24 +}
25 +.cmb2-metabox .cmb2-media-status .img-status img {
26 + max-width: 150px;
27 + height: auto;
28 +}
29 +.wp-admin #side-sortables .cmb2-wrap>.cmb-field-list>.cmb-row {
30 + padding: 5px 0 10px;
31 +}
32 +
33 +.wp-admin #side-sortables .cmb-th {
34 + padding-bottom: 0;
35 +}
36 +
37 +.wp-admin #side-sortables .cmb-th label {
38 + color: #222;
39 + font-weight: 600;
40 + font-size: 12px;
41 +}
42 +.wrap .kt-plugin-install-notice-wrapper {
43 + position: relative;
44 + border:10px solid #fff;
45 + padding:10px 30px;
46 + background:#f2fcff;
47 +}
48 +
49 +.wrap .kt-plugin-install-notice-wrapper h3.kt-notice-title {
50 + font-size: 24px;
51 +
52 +}
53 +.wrap .kt-plugin-install-notice-wrapper .kt-install-toolkit-btn {
54 + padding: 0 22px;
55 + line-height: 34px;
56 + height: 36px;
57 + font-size: 15px;
58 + font-weight: 400;
59 +}
60 +.wrap .kt-plugin-install-notice-wrapper .kt-notice-description {
61 + margin-bottom: 15px;
62 + font-size: 16px;
63 +}
64 +
65 +.wrap .kt-plugin-install-notice-wrapper a.kt-close-notice {
66 + text-decoration: none;
67 +}
68 +.wrap .kt-plugin-install-notice-wrapper .kt-install-toolkit-btn.updating-message:before {
69 + line-height: 28px;
70 +}