summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-17 11:29:46 +0100
committerAndrew Dolgov <[email protected]>2006-05-17 11:29:46 +0100
commit7e3e8f744bca7329468933477f7de998a55f475e (patch)
tree95e4841e48965657620d1a2b34c3c5efff43cd5a /tt-rss.css
parent08125733f855099969434d2fa961830db1613029 (diff)
rework no-daemon warning
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 9 insertions, 0 deletions
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;
+}