1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 14:35:58 +00:00

CDM: implement scoring display

This commit is contained in:
Andrew Dolgov
2008-04-30 11:39:05 +01:00
parent fee840fbe3
commit 5daa24f233
2 changed files with 35 additions and 43 deletions

View File

@@ -925,7 +925,7 @@ div.cdmHeader {
padding : 5px 5px 10px 5px;
}
div.cdmArticleUnread div.cdmHeader a {
div.cdmArticleUnread div.cdmHeader span.titleWrap a {
color : black;
}
@@ -995,7 +995,6 @@ div.cdmHeader a:hover {
div.cdmContent {
margin : 5px 15px 0px 15px;
}
div.cdmEnclosures {
@@ -1768,3 +1767,19 @@ td.hlContentL a, td.hlContentL span {
color : #909090;
text-decoration : line-through;
}
span.titleWrapH, span.titleWrapH a {
color : #00cc00;
}
span.titleWrapL, span.titleWrapL a {
color : #909090;
text-decoration : line-through;
}
img.hlScorePic {
vertical-align : middle;
width : 16px;
height : 16px;
}