mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:05:56 +00:00
center previously centered text on single line dialog panels
This commit is contained in:
@@ -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>";
|
||||
|
||||
@@ -107,7 +107,7 @@ class Share extends Plugin {
|
||||
$url_path = get_self_url_prefix();
|
||||
$url_path .= "/public.php?op=share&key=$uuid";
|
||||
|
||||
print "<div class='panel'>";
|
||||
print "<div class='panel text-center'>";
|
||||
print "<a id='gen_article_url' href='$url_path' target='_blank' rel='noopener noreferrer'>$url_path</a>";
|
||||
print "</div>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user