Merged in feature/MAW-855-import-code-into-aws (pull request #2)
code import from pantheon * code import from pantheon
This commit is contained in:
14
wp/wp-content/plugins/imagify/assets/admin/entrypoints.json
Normal file
14
wp/wp-content/plugins/imagify/assets/admin/entrypoints.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"chart": {
|
||||
"js": [
|
||||
"js/runtime.js",
|
||||
"js/chart.js"
|
||||
]
|
||||
},
|
||||
"bulk": {
|
||||
"js": [
|
||||
"js/runtime.js",
|
||||
"js/bulk.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
1
wp/wp-content/plugins/imagify/assets/admin/js/bulk.js
Normal file
1
wp/wp-content/plugins/imagify/assets/admin/js/bulk.js
Normal file
File diff suppressed because one or more lines are too long
1
wp/wp-content/plugins/imagify/assets/admin/js/chart.js
Normal file
1
wp/wp-content/plugins/imagify/assets/admin/js/chart.js
Normal file
File diff suppressed because one or more lines are too long
1
wp/wp-content/plugins/imagify/assets/admin/js/runtime.js
Normal file
1
wp/wp-content/plugins/imagify/assets/admin/js/runtime.js
Normal file
@@ -0,0 +1 @@
|
||||
(()=>{"use strict";var r,e={},o={};function t(r){var n=o[r];if(void 0!==n)return n.exports;var s=o[r]={exports:{}};return e[r](s,s.exports,t),s.exports}t.m=e,r=[],t.O=(e,o,n,s)=>{if(!o){var a=1/0;for(u=0;u<r.length;u++){for(var[o,n,s]=r[u],i=!0,f=0;f<o.length;f++)(!1&s||a>=s)&&Object.keys(t.O).every((r=>t.O[r](o[f])))?o.splice(f--,1):(i=!1,s<a&&(a=s));if(i){r.splice(u--,1);var l=n();void 0!==l&&(e=l)}}return e}s=s||0;for(var u=r.length;u>0&&r[u-1][2]>s;u--)r[u]=r[u-1];r[u]=[o,n,s]},t.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),(()=>{var r={666:0};t.O.j=e=>0===r[e];var e=(e,o)=>{var n,s,[a,i,f]=o,l=0;if(a.some((e=>0!==r[e]))){for(n in i)t.o(i,n)&&(t.m[n]=i[n]);if(f)var u=f(t)}for(e&&e(o);l<a.length;l++)s=a[l],t.o(r,s)&&r[s]&&r[s][0](),r[s]=0;return t.O(u)},o=self.webpackChunk_roots_bud=self.webpackChunk_roots_bud||[];o.forEach(e.bind(null,0)),o.push=e.bind(null,o.push.bind(o))})()})();
|
||||
6
wp/wp-content/plugins/imagify/assets/admin/manifest.json
Normal file
6
wp/wp-content/plugins/imagify/assets/admin/manifest.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"chart.js": "js/chart.js",
|
||||
"bulk.js": "js/bulk.js",
|
||||
"runtime.js": "js/runtime.js",
|
||||
"entrypoints.json": "entrypoints.json"
|
||||
}
|
||||
@@ -160,3 +160,40 @@
|
||||
color: #FFF;
|
||||
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
|
||||
#wp-admin-bar-imagify-profile .imagify-upsell-admin-bar {
|
||||
position:relative ;
|
||||
background: #c51161;
|
||||
margin: 10px -13px -10px -13px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
#wp-admin-bar-imagify-profile .imagify-upsell-admin-bar p {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#wp-admin-bar-imagify-profile a.imagify-upsell-admin-bar-button {
|
||||
display: block;
|
||||
height: auto !important;
|
||||
border: 1px solid #fff;
|
||||
border-radius: 5px;
|
||||
color: #fff !important;
|
||||
padding: 5px 10px !important;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-imagify-profile a.imagify-upsell-dismiss {
|
||||
display: inline !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-imagify-profile .imagify-upsell-dismiss::before {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 10px;
|
||||
content: "\2715";
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -1543,3 +1543,45 @@ ul.imagify-datas-details.imagify-datas-details {
|
||||
padding-right: 0em;
|
||||
}
|
||||
}
|
||||
|
||||
.imagify-upsell {
|
||||
position:relative;
|
||||
background: #c51161;
|
||||
padding: 20px 40px;
|
||||
}
|
||||
|
||||
.imagify-upsell p {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.imagify-upsell-button {
|
||||
display: block;
|
||||
background: #fff;
|
||||
border-radius: 5px;
|
||||
color: #c51161 !important;
|
||||
font-weight: bold;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.imagify-upsell-arrow::after {
|
||||
content: '\2192';
|
||||
font-size: large;
|
||||
margin-left: 5px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.imagify-upsell-dismiss::before {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 5px;
|
||||
content: "\2715";
|
||||
color: #2e3243;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.imagify-upsell .imagify-meteo-icon {
|
||||
filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(104deg) brightness(103%) contrast(103%);
|
||||
}
|
||||
|
||||
@@ -330,7 +330,7 @@ body[class*="_imagify-ngg-bulk-optimization"] .media-item .progress .bar {
|
||||
|
||||
.imagify-col-content .imagify-meteo-icon {
|
||||
height: 64px;
|
||||
margin: 15px 15px 15px 20px;
|
||||
margin: 15px 15px 15px 0;
|
||||
}
|
||||
|
||||
.imagify-col-content .imagify-section-title + p {
|
||||
|
||||
@@ -936,3 +936,19 @@ input:checked + label .imagify-fake-checkbox:after,
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.imagify-col-content .imagify-space-left {
|
||||
margin: 15px 30px 15px 0;
|
||||
}
|
||||
|
||||
.imagify-col-content .imagify-space-left p {
|
||||
margin: 0 0 10px 0;
|
||||
font-size: 19px;
|
||||
font-weight: 500;
|
||||
color: #343A49;
|
||||
}
|
||||
|
||||
.imagify-col-content .imagify-meteo-icon {
|
||||
height: 64px;
|
||||
margin: 15px 15px 15px 0;
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
$( '.imagify-notice-dismiss' ).on( 'click.imagify', function( e ) {
|
||||
var $this = $( this ),
|
||||
$parent = $this.parents( '.imagify-welcome, .imagify-notice, .imagify-rkt-notice' ),
|
||||
$parent = $this.parents( '.imagify-welcome, .imagify-notice, .imagify-rkt-notice, .imagify-upsell, .imagify-upsell-admin-bar' ),
|
||||
href = $this.attr( 'href' );
|
||||
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user