summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-16 14:41:57 +0100
committerAndrew Dolgov <[email protected]>2006-05-16 14:41:57 +0100
commit5f51022a734a7554e0afc6c121644309723f91db (patch)
treefcd7c39d5f6cdfb8f756e60493d60f8c8d3af001 /tt-rss.css
parentb04de73216b0062061a4376a6d28b51430bf48ac (diff)
combined mode improvements (add toggle read link, set post as read when link is clicked)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index edbb31161..a38159835 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -895,7 +895,7 @@ div.cdmArticleSelected, div.cdmArticleUnreadSelected {
padding : 10px;
}
-div.cdmArticleUnread div.cdmHeader a, div.cdmArticleUnreadSelected div.cdmHeader a {
+div.cdmArticleUnread div.cdmHeader a.title, div.cdmArticleUnreadSelected div.cdmHeader a {
font-weight : bold;
}
@@ -923,6 +923,7 @@ div.cdmHeader a:hover {
}
div.cdmContent {
+ margin-bottom : 5px;
}
a.warning {
@@ -1011,6 +1012,15 @@ div.cdmContent a:hover {
color : black;
}
+a.cdmToggleLink {
+ color : #808080;
+ font-size : x-small;
+}
+
+a.cdmToggleLink:hover {
+ color : #5050aa;
+}
+
.noborder {
border-width : 0px;
}