1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 09:41:27 +00:00

headline display fixes for RTL

This commit is contained in:
Andrew Dolgov
2006-03-22 08:49:21 +01:00
parent 9323147e6e
commit c1c9df00e1
2 changed files with 25 additions and 5 deletions

View File

@@ -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;