summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-20 11:14:38 +0100
committerAndrew Dolgov <[email protected]>2005-11-20 11:14:38 +0100
commit8cb7480484d03a06663ac031ad3db33ea46b77ae (patch)
treea5d486db88c66f3d2177917195e633f2b9ebc242 /tt-rss.css
parent2317ffaae70ec345add4eb90c4f79d74ca831e8b (diff)
fix http basic authentication
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 0e919c10b..7c3257887 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -587,6 +587,12 @@ td.welcomePrompt {
}
+td.httpWelcomePrompt {
+ font-size : small;
+ color : gray;
+ text-align : right;
+}
+
table.loginForm {
background-image : url("images/vgrad_light_rev.png");
background-color : white;