1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-09 05:39:16 +00:00

add context menu for cdmFeedTitle; change mark as read prompt for grouped headlines more clear

This commit is contained in:
Andrew Dolgov
2013-10-17 13:38:48 +04:00
parent 788cf0a1b1
commit 87065739cd
3 changed files with 98 additions and 11 deletions

View File

@@ -341,4 +341,24 @@ div#floatingTitle img.hlScorePic {
text-decoration : line-through;
}
div.cdmFeedTitle > * {
display : table-cell;
vertical-align : middle;
}
div.cdmFeedTitle a.title {
width : 100%;
}
div.cdmFeedTitle a.catchup {
text-align : right;
color : #555;
padding-right : 10px;
font-size : 11px;
white-space : nowrap;
}
div.cdmFeedTitle a.catchup:hover {
color : #4684ff;
}