1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

rework no-daemon warning

This commit is contained in:
Andrew Dolgov
2006-05-17 11:29:46 +01:00
parent 08125733f8
commit 7e3e8f744b
2 changed files with 12 additions and 2 deletions

View File

@@ -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;
}