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:
13
tt-rss.css
13
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;
|
||||
|
||||
Reference in New Issue
Block a user