]> git.wh0rd.org - tt-rss.git/blobdiff - index.php
add experimental floating title when scrolling long articles in combined mode
[tt-rss.git] / index.php
index c3fe770f59e73880b7f4daf63ec57763f717bb61..db79629087315f1ba19a7c2f822c6090a1a23ed1 100644 (file)
--- a/index.php
+++ b/index.php
@@ -57,6 +57,7 @@
        <title>Tiny Tiny RSS</title>
 
        <?php stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
+       <?php stylesheet_tag("css/layout.css"); ?>
 
        <?php if ($_SESSION["uid"]) {
                $theme = get_pref( "USER_CSS_THEME", $_SESSION["uid"], false);
                <div id="headlines-toolbar" dojoType="dijit.layout.ContentPane" region="top">
                </div>
 
+               <div id="floatingTitle" style="display : none"></div>
+
                <div id="headlines-frame" dojoType="dijit.layout.ContentPane"
                                onscroll="headlines_scroll_handler(this)" region="center">
                        <div id="headlinesInnerContainer">