From c1c9df00e163463de0f6ee738fcf6f85be62f7af Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 22 Mar 2006 08:49:21 +0100 Subject: headline display fixes for RTL --- tt-rss.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 2e5a2ccf5..35434ab5a 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -754,6 +754,12 @@ table.headlinesSubToolbar td.headlineActions { padding : 5px 0px 5px 5px; } +table.headlinesSubToolbar td.headlineActionsRTL { + font-size : x-small; + color : gray; + padding : 5px 5px 5px 0px; +} + table.headlinesSubToolbar td.headlineTitle { font-size : x-small; color : gray; @@ -761,6 +767,13 @@ table.headlinesSubToolbar td.headlineTitle { text-align : right; } +table.headlinesSubToolbar td.headlineTitleRTL { + font-size : x-small; + color : gray; + padding : 5px 0px 5px 5px; + text-align : left; +} + span.contentPreview { font-size : x-small; color : gray; -- cgit v1.2.3