1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 18:09:14 +00:00

add support for adding syndicated notes to published articles

This commit is contained in:
Andrew Dolgov
2009-03-06 13:40:59 +03:00
parent 5859b5383d
commit 5161564f3d
10 changed files with 193 additions and 22 deletions

View File

@@ -66,9 +66,34 @@ div.postReply div.postEnclosures {
div.postReply img.tagsPic {
width : 16px;
height : 16px;
margin-left : 4px;
vertical-align : middle;
}
div.articleNote div.articleNoteOps {
float : right;
color : #9a8c59;
}
div.articleNote div.articleNoteOps a {
color : #9a8c59;
}
div.articleNote div.articleNoteOps a:hover {
color : black;
}
div.articleNote {
background-color : #fff7d5;
border-width : 1px;
padding : 5px;
border-style : dashed;
border-color : #e7d796;
font-size : 8px;
margin-top : 5px;
color : #9a8c59;
}
div.postReply span.author {
font-size : 12px;
}