summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-24 20:22:16 +0400
committerAndrew Dolgov <[email protected]>2013-03-24 20:22:16 +0400
commitb87a625c385ddfe7915c12d9f615a845fd65a0e7 (patch)
tree6eb43c4253226a5d31dd0df060d8fbc4e9b31dd0 /include
parent480d358c5f610710eaed05214f098ce5e3bd5e7a (diff)
improve zoomed post content css
Diffstat (limited to 'include')
-rw-r--r--include/functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions.php b/include/functions.php
index 2ae0dc3b9..57838182b 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -3002,7 +3002,7 @@
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
<title>Tiny Tiny RSS - ".$line["title"]."</title>
<link rel=\"stylesheet\" type=\"text/css\" href=\"tt-rss.css\">
- </head><body>";
+ </head><body id=\"ttrssZoom\">";
}
$rv['content'] .= "<div class=\"postReply\" id=\"POST-$id\">";
@@ -3115,7 +3115,7 @@
if ($zoom_mode) {
$rv['content'] .= "
- <div style=\"text-align : center\">
+ <div class='footer'>
<button onclick=\"return window.close()\">".
__("Close this window")."</button></div>";
$rv['content'] .= "</body></html>";