aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-10-14 14:28:53 +0200
committerArthurHoaro <arthur@hoa.ro>2016-10-14 14:28:53 +0200
commit8b6f0b50e33d31093d5b3f2a9394caf25514a91b (patch)
tree63bcb067a6b641b767cd3da74c5f192d8cfa2c87 /tpl/default
parentbe0404d884c69f28d83d4d5c07e6c50fdd286635 (diff)
downloadShaarli-8b6f0b50e33d31093d5b3f2a9394caf25514a91b.tar.gz
Shaarli-8b6f0b50e33d31093d5b3f2a9394caf25514a91b.tar.zst
Shaarli-8b6f0b50e33d31093d5b3f2a9394caf25514a91b.zip
Plugin admin: 3rd party link
Diffstat (limited to 'tpl/default')
-rw-r--r--tpl/default/css/shaarli.css4
-rw-r--r--tpl/default/pluginsadmin.html5
2 files changed, 8 insertions, 1 deletions
diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css
index 0719ccf7..4c9f76af 100644
--- a/tpl/default/css/shaarli.css
+++ b/tpl/default/css/shaarli.css
@@ -957,6 +957,10 @@ pre {
957 font-size: 0.9em; 957 font-size: 0.9em;
958} 958}
959 959
960#pluginform .more {
961 margin-top: 10px;
962}
963
960@media screen and (max-width: 64em) { 964@media screen and (max-width: 64em) {
961 #pluginform .main-row, #pluginform .main-row td { 965 #pluginform .main-row, #pluginform .main-row td {
962 border-bottom-style: none; 966 border-bottom-style: none;
diff --git a/tpl/default/pluginsadmin.html b/tpl/default/pluginsadmin.html
index ec0728bd..f48c6fd0 100644
--- a/tpl/default/pluginsadmin.html
+++ b/tpl/default/pluginsadmin.html
@@ -119,9 +119,12 @@
119 </table> 119 </table>
120 {/if} 120 {/if}
121 </div> 121 </div>
122
123 </section> 122 </section>
124 123
124 <div class="center more">
125 More plugins available
126 <a href="doc/Community-&-Related-software.html#third-party-plugins">in the documentation</a>.
127 </div>
125 <div class="center"> 128 <div class="center">
126 <input type="submit" value="{'Save'|t}" name="save"> 129 <input type="submit" value="{'Save'|t}" name="save">
127 </div> 130 </div>