summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-29 08:23:41 +0100
committerAndrew Dolgov <[email protected]>2006-09-29 08:23:41 +0100
commitd05514a49a7490cb64e3ebbcfc12bddab63eb414 (patch)
tree7ad5f597dfced1b686f103c7dc1a258dfd74e917 /tt-rss.css
parent106689b065e5cbec64d0dc1a6ac446fb96ca3ad9 (diff)
fix id handling in getRelativeFeedId; allow on-catchup-show-next wrapping (closes #108)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/tt-rss.css b/tt-rss.css
index f3ca0c12b..ab4cdd6b0 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -140,7 +140,7 @@ div.postReply div.postIcon {
ul.feedList {
list-style-type : none;
margin : 5px;
- padding : 0px 0px 0px 10px;
+ padding : 0px 0px 0px 5px;
font-size : small;
}
@@ -161,7 +161,7 @@ ul.feedList li.feedCat a:hover {
ul.feedCatList {
list-style-type : none;
- margin : 0px 0px 0px 20px;
+ margin : 0px 0px 0px 15px;
padding : 0px;
}
@@ -343,9 +343,10 @@ td.notifyBox {
}
#dispSwitch {
- padding : 5px 5px 5px 0px;
font-size : x-small;
text-align : right;
+ float : right;
+ margin : 5px 5px 0px 0px;
}
#dispSwitch a {
@@ -1247,7 +1248,7 @@ div.whiteBox {
right : 5px;
height : 40px;
color : #4684ff;
- font-size : x-small;
+ font-size : small;
}
#feeds-holder {