diff --git a/tt-rss.css b/tt-rss.css index 40c7ebe5e..67feb6ef4 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1092,3 +1092,12 @@ a.cdmToggleLink:hover { padding : 10px; font-weight : normal; } + +div.noDaemonWarning { + position : absolute; + background-color : #ecf4ff; + border : 1px solid #88b0f0; + padding : 10px; + margin : 5px; + z-index : 2; +} diff --git a/tt-rss.php b/tt-rss.php index 90fbbb70d..4828e2a4d 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -75,7 +75,7 @@ window.onload = init; if (ENABLE_UPDATE_DAEMON && !file_is_locked("update_daemon.lock")) { ?> -