<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\">";
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>";
font-size : 11px;
font-weight : normal;
}
+
+body#ttrssZoom {
+ margin-left : auto;
+ margin-right : auto;
+ max-width : 650px;
+ background : #f0f0f0;
+}
+
+body#ttrssZoom div.postContent, body#ttrssZoom div.postHeader {
+ background-color : white;
+}
+
+body#ttrssZoom div.footer {
+ margin-top : 1em;
+ text-align : center;
+}