summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-22 08:49:21 +0100
committerAndrew Dolgov <[email protected]>2006-03-22 08:49:21 +0100
commitc1c9df00e163463de0f6ee738fcf6f85be62f7af (patch)
tree1ce90191410212a54879850a258ade96045026f5 /tt-rss.css
parent9323147e6ee53a41477edad573ff4237b20e5b19 (diff)
headline display fixes for RTL
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css13
1 files changed, 13 insertions, 0 deletions
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;