1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-27 10:57:10 +00:00

various interface improvements/fixes

This commit is contained in:
Andrew Dolgov
2006-05-20 10:41:47 +01:00
parent 1503d39768
commit 673d54caa5
4 changed files with 117 additions and 284 deletions

View File

@@ -807,30 +807,6 @@ table.headlinesList tr td {
padding : 2px 0px 2px 0px;
}
/*
tr.even td.headlineContent, tr.evenUnread td.headlineContent {
display : block;
overflow : hidden;
height : 1em;
background-color : #f0f0f0;
}
tr.odd td.headlineContent, tr.oddUnread td.headlineContent {
display : block;
overflow : hidden;
height : 1em;
}
tr.oddSelected td.headlineContent,
tr.evenSelected td.headlineContent,
tr.oddUnreadSelected td.headlineContent,
tr.evenUnreadSelected td.headlineContent {
display : block;
overflow : hidden;
height : 1em;
background-color : #e0e0ff;
} */
div.postHeader td.postDate {
font-size : x-small;
text-align : right;
@@ -952,6 +928,16 @@ ul.userFeedList {
-moz-border-radius : 5px;
} */
ul.filterTestResults {
height : 300px;
overflow : auto;
list-style-type : none;
margin : 0px 0px 5px 0px;
padding : 0px;
border : 1px solid #88b0f0;
background-color : white;
}
ul.browseFeedList {
height : 300px;
overflow : auto;