]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fixes #411: remove hardcoded plugin icon size 500/head
authorArthurHoaro <arthur@hoa.ro>
Sun, 28 Feb 2016 13:22:30 +0000 (14:22 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sun, 28 Feb 2016 13:25:10 +0000 (14:25 +0100)
inc/shaarli.css
plugins/archiveorg/archiveorg.html
plugins/qrcode/qrcode.html
plugins/readityourself/readityourself.html
plugins/wallabag/wallabag.html

index 1be4d752b0c3b5f173cfe8b6c12593daf51de462..fec4d6790412ae7dd6af9a4a8f18fc0de61858c7 100644 (file)
@@ -1178,3 +1178,8 @@ ul.errors {
     font-style: normal;
     color: #80AD48;
 }
+
+.linklist-plugin-icon {
+    width: 13px;
+    height: 13px;
+}
index ce3bc6b78df80a00d64358b74829b9c15e59595e..576bd46eee866686b3ca40411c41b46a96d0196f 100644 (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>
\ No newline at end of file
+<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>
index ffdaf3b82ed00e644add10d3eaf8eb9384e20d69..cebc56443b2e6b04b16bf4f48dfda49b8d44dabc 100644 (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>
index fa0210f754a1f6ee5c7f65e19bade1427cda694c..e8c5f7844806f4dca09efec332ca7cea9512fa36 100644 (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>
\ No newline at end of file
+<span><a href="%s?url=%s"><img class="linklist-plugin-icon" src="%s/readityourself/book-open.png" title="Read with Readityourself" /></a></span>
index d0382adc95b1fab36916b6fb516078a04eda3875..c7b1d044bb22201904bddc1c120d27ead1b9831e 100644 (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>