summaryrefslogtreecommitdiff
path: root/plugins/mailto
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 16:27:29 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 16:27:29 +0300
commit607ede512fed6c838c18ef04b48aab76ce1aa79a (patch)
tree957656de25130966ec3a939544c4f1c5f0627a9b /plugins/mailto
parent57e30bd9bc25ef4eee01183192dd2c24e83dcd76 (diff)
center previously centered text on single line dialog panels
Diffstat (limited to 'plugins/mailto')
-rw-r--r--plugins/mailto/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mailto/init.php b/plugins/mailto/init.php
index 7e91746eb..26871ac2b 100644
--- a/plugins/mailto/init.php
+++ b/plugins/mailto/init.php
@@ -72,7 +72,7 @@ class MailTo extends Plugin {
print __("Clicking the following link to invoke your mail client:");
- print "<div class='panel'>";
+ print "<div class='panel text-center'>";
print "<a target=\"_blank\" href=\"$mailto_link\">".
__("Forward selected article(s) by email.")."</a>";
print "</div>";