Merge pull request #500 from ArthurHoaro/plugin-icon-style
Fixes #411: remove hardcoded plugin icon size
This commit is contained in:
commit
b0faecb959
5 changed files with 9 additions and 4 deletions
|
@ -1182,3 +1182,8 @@ ul.errors {
|
|||
font-style: normal;
|
||||
color: #80AD48;
|
||||
}
|
||||
|
||||
.linklist-plugin-icon {
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div class="linkqrcode">
|
||||
<a href="http://qrfree.kaywa.com/?l=1&s=8&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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue