summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-17 19:29:13 +0100
committerAndrew Dolgov <[email protected]>2005-11-17 19:29:13 +0100
commitc93f38c4949fdbfaf256f493bcdaf772873f4e8a (patch)
tree65c8412ea46d7459348c62448aad3353a9e5a15f /tt-rss.css
parent0cc89acb29b6e851bceed111edd8f316f59fc697 (diff)
display username in header
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index e075acda6..25eb83548 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -533,3 +533,10 @@ div.prefHelp, td.prefHelp {
padding : 5px;
}
+td.welcomePrompt {
+ font-size : small;
+ color : gray;
+ text-align : right;
+ padding-right : 10px;
+
+}