Show off browser extension

This commit is contained in:
Ruud
2014-04-01 20:33:47 +02:00
parent 95369e79a5
commit e609931d2c
5 changed files with 10 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

@@ -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')+"')"
});
});
Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

@@ -39,7 +39,7 @@ Page.Wizard = new Class({
'<br />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')+"')"
})
}
},
+8 -2
View File
@@ -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;