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

rework headlines list appearance

This commit is contained in:
Andrew Dolgov
2005-11-27 16:50:27 +01:00
parent 591c396df4
commit 179d6f57f3
2 changed files with 50 additions and 9 deletions

View File

@@ -705,3 +705,44 @@ span.contentPreview {
color : gray;
font-weight : normal;
}
td.hlMarkedPic {
width : 25px;
text-align : center;
}
td.hlSelectRow, td.hlUpdatePic {
width : 25px;
text-align : center;
}
td.hlUpdated {
font-size : small;
color : gray;
text-align : right;
width : 100px;
}
/*
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;
} */