summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-27 17:57:40 +0100
committerAndrew Dolgov <[email protected]>2005-11-27 17:57:40 +0100
commitbd34c528229a47369a2789cdec855131e77b118b (patch)
treedccf5056fb410b0c247f2f48e93d02b3a3eb06c7 /tt-rss.css
parent0f172fff41ae9c9499a1ebc0defb72af1ea6cbe9 (diff)
headlines: align feed title in vfeed-mode to the right
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 1788515a4..59ff1aea3 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -710,17 +710,22 @@ span.contentPreview:hover {
color : #5050aa;
}
-td.hlMarkedPic {
+table.headlinesList td.hlMarkedPic {
width : 25px;
text-align : center;
}
+table.headlinesList td.hlfeed {
+ text-align : right;
+ font-size : small;
+}
+
td.hlSelectRow, td.hlUpdatePic {
width : 25px;
text-align : center;
}
-td.hlUpdated {
+table.headlinesList td.hlUpdated {
font-size : small;
color : gray;
text-align : right;