Change place of bookmarklet

This commit is contained in:
dattaz 2015-10-28 11:54:35 +01:00
parent 8f199c833d
commit febd940e2f
3 changed files with 20 additions and 2 deletions

View file

@ -248,7 +248,24 @@ color:#f2084a;
-moz-transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in;
} }
#bookmarklet{
padding:15px;
}
.bookmarklet{
position:relative;
font-size:13px;
color:gray;
z-index:10;
text-decoration:none;
padding-left:30px;
padding-right:30px;
padding-top:10px;
padding-bottom:10px;
border: 2px dotted;
}
.mp3 .mp3
{ {
position:relative; position:relative;

View file

@ -15,7 +15,6 @@
· ·
Based on <a href="http://rg3.github.io/youtube-dl/">youtube-dl</a> Based on <a href="http://rg3.github.io/youtube-dl/">youtube-dl</a>
&middot; &middot;
<a href="javascript:window.location='{$base_url}/api.php?url='+encodeURIComponent(location.href);">Bookmarklet</a>
</div> </div>
</footer> </footer>
</body> </body>

View file

@ -21,4 +21,6 @@
</div> </div>
</form> </form>
<a class="combatiblelink" href="extractors.php">See all supported websites</a> <a class="combatiblelink" href="extractors.php">See all supported websites</a>
<div id="bookmarklet"> <a class="bookmarklet" href="javascript:window.location='{$base_url}/api.php?url='+encodeURIComponent(location.href);">Bookmarklet</a> </div>
</div> </div>