diff options
Diffstat (limited to 'themes/light/prefs.less')
| -rw-r--r-- | themes/light/prefs.less | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/themes/light/prefs.less b/themes/light/prefs.less index 849855796..b26ff646c 100644 --- a/themes/light/prefs.less +++ b/themes/light/prefs.less @@ -268,6 +268,15 @@ body.ttrss_prefs { word-break : break-all; } } + + ul.actions_summary { + float : right; + margin-right : 16px; + margin-top : 0; + list-style-type : none; + text-align : right; + } + } body.ttrss_prefs, @@ -315,4 +324,17 @@ body.ttrss_prefs[hide-filter-rules="true"] { ul.filterRules { display : none; } + + ul.actions_summary li { + display : inline; + } + + ul.actions_summary li:after { + content: ", "; + } + + ul.actions_summary li:last-child:after { + content: " "; + } + } |