1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-18 14:55:27 +00:00

some http auth fixes

This commit is contained in:
Andrew Dolgov
2005-11-23 14:52:02 +01:00
parent 81dde650b6
commit f557cd78ff
3 changed files with 63 additions and 32 deletions

View File

@@ -636,3 +636,23 @@ span.insensitive {
div.prefGenericAddBox {
margin : 5px;
}
body.logoutBody {
background-color : #f0f0f0;
color : black;
}
span.logoutWarning {
color : red;
font-weight : bold;
}
div.logoutContent {
width : 600px;
border : 1px solid #c0c0c0;
background-color : white;
margin-left : auto;
margin-right : auto;
margin-top : 20px;
padding : 10px;
}