1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 01:29:15 +00:00

add debug mode only fast user switcher

This commit is contained in:
Andrew Dolgov
2006-10-01 05:05:12 +01:00
parent 803cfab11a
commit 461766f33e
5 changed files with 44 additions and 5 deletions

View File

@@ -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;
}