summaryrefslogtreecommitdiff
path: root/plugins/share
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/share
parent57e30bd9bc25ef4eee01183192dd2c24e83dcd76 (diff)
center previously centered text on single line dialog panels
Diffstat (limited to 'plugins/share')
-rw-r--r--plugins/share/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/share/init.php b/plugins/share/init.php
index 8839c5f55..095cffbdf 100644
--- a/plugins/share/init.php
+++ b/plugins/share/init.php
@@ -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>";