From 7e3e8f744bca7329468933477f7de998a55f475e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 May 2006 11:29:46 +0100 Subject: rework no-daemon warning --- tt-rss.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tt-rss.css') 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; +} -- cgit v1.2.3-54-g00ecf