summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-06 12:36:31 +0400
committerAndrew Dolgov <[email protected]>2009-10-06 12:36:31 +0400
commitdb54143e8852bd7e428fb82f714cc0d56161be7b (patch)
treef6e5b59124240d93169048013274e657baab7fdf /tt-rss.css
parentc9efd838a930976b8e2dd87ad6ce065d037bf6a0 (diff)
rework article note appearance
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index d12e286a2..697a46801 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -71,8 +71,10 @@ div.postReply img.tagsPic {
}
div.articleNote div.articleNoteOps {
- float : right;
+ text-align : center;
color : #9a8c59;
+ font-style : italic;
+ margin-top : 5px;
}
div.articleNote div.articleNoteOps a {
@@ -90,8 +92,12 @@ div.articleNote {
border-style : dashed;
border-color : #e7d796;
font-size : 8px;
- margin-top : 5px;
+ margin-bottom : 5px;
+ margin-left : 5px;
+ float : right;
color : #9a8c59;
+ max-width : 150px;
+ text-align : justify;
}
div.postReply span.author {