1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:05:55 +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

@@ -40,7 +40,7 @@ class Dlg extends Handler_Protected {
print __("Your Public OPML URL is:");
print "<div class='panel'>";
print "<div class='panel text-center'>";
print "<a id='pub_opml_url' href='$url_path' target='_blank'>$url_path</a>";
print "</div>";
@@ -91,7 +91,7 @@ class Dlg extends Handler_Protected {
}
function printTagCloud() {
print "<div class='panel'>";
print "<div class='panel text-center'>";
// from here: http://www.roscripts.com/Create_tag_cloud-71.html
@@ -167,7 +167,7 @@ class Dlg extends Handler_Protected {
print "<div>".T_sprintf("%s can be accessed via the following secret URL:", $feed_title)."</div>";
print "<div class='panel'>";
print "<div class='panel text-center'>";
print "<a id='gen_feed_url' href='$url_path' target='_blank'>$url_path</a>";
print "</div>";