summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
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;