diff options
Diffstat (limited to 'tpl/default')
-rw-r--r-- | tpl/default/css/shaarli.css | 4 | ||||
-rw-r--r-- | tpl/default/pluginsadmin.html | 5 |
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> |