]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
improve zoomed post content css
[tt-rss.git] / include / functions.php
index 2ae0dc3b92b2a8823926db1d94c2fdfcd7cc541e..57838182bb5fb1998bc9d6a539f0fbed11b6c8a5 100644 (file)
                                                <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>";