From 82e1fe00fd0ba85b30d8823c1175aeae0fd11fb1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 19 Dec 2005 19:19:35 +0100 Subject: [PATCH] display username/logout prompt if header is disabled (closes #10) --- prefs.php | 14 ++++++++++---- tt-rss.css | 13 ++++++------- tt-rss.php | 14 ++++++++++---- 3 files changed, 26 insertions(+), 15 deletions(-) diff --git a/prefs.php b/prefs.php index 5a56f896..cfdb5e0c 100644 --- a/prefs.php +++ b/prefs.php @@ -57,7 +57,7 @@ logo - +
 
@@ -70,9 +70,15 @@ - -
 
-
 
+ + +
 
+
 
+ + + Hello, + (Logout) + diff --git a/tt-rss.css b/tt-rss.css index 584c41b3..d99a6308 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -329,18 +329,21 @@ input.editbox { padding-left : 2px; } -#notify { +td.notifyBox { font-size : 10pt; text-align : right; +} + +#notify { color : black; font-weight : bold; padding : 3px; } #dispSwitch { - text-align : right; padding : 5px 5px 5px 0px; font-size : x-small; + text-align : right; } #dispSwitch a { @@ -692,10 +695,6 @@ table.innerLoginForm td { padding : 3px 3px 5px 3px; } -div.small, p.small { - font-size : x-small; -} - span.insensitive { color : gray; } @@ -730,7 +729,7 @@ div.logoutContent { } .small { - font-size : small; + font-size : x-small; } table.innerFeedTable td { diff --git a/tt-rss.php b/tt-rss.php index 06929359..d6b3aeee 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -57,7 +57,7 @@ logo - +
 
@@ -73,9 +73,15 @@ - -
 
-
 
+ + +
 
+
 
+ + + Hello, + (Logout) + -- 2.39.5