summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-01 05:05:12 +0100
committerAndrew Dolgov <[email protected]>2006-10-01 05:05:12 +0100
commit461766f33ef735eca51d0bf63fa1557c59aa5451 (patch)
treea8705bc57d544fed10a1946d81257943136c1e3a /tt-rss.css
parent803cfab11a6f94bbd395d723c7522b5b5272b3db (diff)
add debug mode only fast user switcher
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 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;
+}