diff --git a/couchpotato/core/plugins/userscript/static/userscript.gif b/couchpotato/core/plugins/userscript/static/userscript.gif new file mode 100644 index 00000000..d4b00bc3 Binary files /dev/null and b/couchpotato/core/plugins/userscript/static/userscript.gif differ diff --git a/couchpotato/core/plugins/userscript/static/userscript.js b/couchpotato/core/plugins/userscript/static/userscript.js index e270dc50..7e819dbb 100644 --- a/couchpotato/core/plugins/userscript/static/userscript.js +++ b/couchpotato/core/plugins/userscript/static/userscript.js @@ -96,7 +96,7 @@ var UserscriptSettingTab = new Class({ }) ) ).setStyles({ - 'background-image': "url('"+App.createUrl('static/plugin/userscript/userscript.png')+"')" + 'background-image': "url('"+App.createUrl('static/plugin/userscript/userscript.gif')+"')" }); }); diff --git a/couchpotato/core/plugins/userscript/static/userscript.png b/couchpotato/core/plugins/userscript/static/userscript.png deleted file mode 100644 index c8e76577..00000000 Binary files a/couchpotato/core/plugins/userscript/static/userscript.png and /dev/null differ diff --git a/couchpotato/core/plugins/wizard/static/wizard.js b/couchpotato/core/plugins/wizard/static/wizard.js index d5302e73..733ef1ee 100644 --- a/couchpotato/core/plugins/wizard/static/wizard.js +++ b/couchpotato/core/plugins/wizard/static/wizard.js @@ -39,7 +39,7 @@ Page.Wizard = new Class({ '
Once installed, just click the bookmarklet on a movie page and watch the magic happen ;)', 'content': function(){ return App.createUserscriptButtons().setStyles({ - 'background-image': "url('"+App.createUrl('static/plugin/userscript/userscript.png')+"')" + 'background-image': "url('"+App.createUrl('static/plugin/userscript/userscript.gif')+"')" }) } }, diff --git a/couchpotato/static/style/settings.css b/couchpotato/static/style/settings.css index bb39de9c..1f77b8e1 100644 --- a/couchpotato/static/style/settings.css +++ b/couchpotato/static/style/settings.css @@ -698,12 +698,18 @@ } .group_userscript { - background: center bottom no-repeat; - min-height: 360px; + background: 5px 75px no-repeat; + min-height: 460px; font-size: 20px; font-weight: normal; } + .settings .group_userscript { + background-position: center 120px; + background-size: auto 70%; + min-height: 360px; + } + .group_userscript h2 .hint { display: block; margin: 0 !important;