From 461766f33ef735eca51d0bf63fa1557c59aa5451 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 1 Oct 2006 05:05:12 +0100 Subject: add debug mode only fast user switcher --- tt-rss.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 13d8cda0c..39d73a929 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -51,6 +51,7 @@ ul.feedList { margin : 5px; padding : 0px 0px 0px 5px; font-size : small; + white-space : nowrap; } ul.feedList li.feedCat { @@ -1244,3 +1245,9 @@ div.return a:hover { border-style : solid; } + +#userSwitch { + position : absolute; + bottom : 2px; + right : 2px; +} -- cgit v1.2.3