summaryrefslogtreecommitdiff
path: root/css/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-17 13:38:48 +0400
committerAndrew Dolgov <[email protected]>2013-10-17 13:38:48 +0400
commit87065739cdc569bbcfe92ad6f0b6ebef3c72f3ec (patch)
tree26ad268f3cbdf78cbcc9e876bc16ac3adac262d2 /css/cdm.css
parent788cf0a1b1a8a7fc3561bc8eb3347ce204f2120f (diff)
add context menu for cdmFeedTitle; change mark as read prompt for grouped headlines more clear
Diffstat (limited to 'css/cdm.css')
-rw-r--r--css/cdm.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/css/cdm.css b/css/cdm.css
index c91f09927..dd4346e4c 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -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;
+}