]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
some http auth fixes
[tt-rss.git] / tt-rss.css
index 20e4d546c630a41933697de3a79dee3a8ee2dcf2..aa40c7ea53b68d0f61e8bf0d7d34296ab190a791 100644 (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;
+}