1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 11:01:28 +00:00

center previously centered text on single line dialog panels

This commit is contained in:
Andrew Dolgov
2018-12-09 16:27:29 +03:00
parent 57e30bd9bc
commit 607ede512f
9 changed files with 20 additions and 10 deletions

View File

@@ -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>";