Fixes #411: remove hardcoded plugin icon size

This commit is contained in:
ArthurHoaro 2016-02-28 14:22:30 +01:00
parent 10269bc8c9
commit 1b0e3c7fdf
5 changed files with 9 additions and 4 deletions

View File

@ -1178,3 +1178,8 @@ ul.errors {
font-style: normal;
color: #80AD48;
}
.linklist-plugin-icon {
width: 13px;
height: 13px;
}

View File

@ -1 +1 @@
<span><a href="https://web.archive.org/web/%s"><img width="13" height="13" src="plugins/archiveorg/internetarchive.png" title="View on archive.org" /></a></span>
<span><a href="https://web.archive.org/web/%s"><img class="linklist-plugin-icon" src="plugins/archiveorg/internetarchive.png" title="View on archive.org" /></a></span>

View File

@ -1,5 +1,5 @@
<div class="linkqrcode">
<a href="http://qrfree.kaywa.com/?l=1&amp;s=8&amp;d=%s" onclick="showQrCode(this); return false;" class="qrcode" data-permalink="%s">
<img src="%s/qrcode/qrcode.png" width="13" height="13" title="QR-Code">
<img src="%s/qrcode/qrcode.png" class="linklist-plugin-icon" title="QR-Code">
</a>
</div>

View File

@ -1 +1 @@
<span><a href="%s?url=%s"><img width="13" height="13" src="%s/readityourself/book-open.png" title="Read with Readityourself" /></a></span>
<span><a href="%s?url=%s"><img class="linklist-plugin-icon" src="%s/readityourself/book-open.png" title="Read with Readityourself" /></a></span>

View File

@ -1 +1 @@
<span><a href="%s%s" target="_blank"><img width="13" height="13" src="%s/wallabag/wallabag.png" title="Save to wallabag" /></a></span>
<span><a href="%s%s" target="_blank"><img class="linklist-plugin-icon" src="%s/wallabag/wallabag.png" title="Save to wallabag" /></a></span>