diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/compact.css | 1 | ||||
| -rw-r--r-- | themes/compact_night.css | 1 | ||||
| -rw-r--r-- | themes/light-high-contrast.css | 1 | ||||
| -rw-r--r-- | themes/light.css | 1 | ||||
| -rw-r--r-- | themes/light/dijit_basic.less | 1 | ||||
| -rw-r--r-- | themes/night.css | 1 | ||||
| -rw-r--r-- | themes/night_blue.css | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/themes/compact.css b/themes/compact.css index b0330b885..c62595962 100644 --- a/themes/compact.css +++ b/themes/compact.css @@ -1964,6 +1964,7 @@ body.ttrss_utility.share_popup .content { .flat .dijitTree .labelParam { float: right; margin-right: 16px; + text-align: right; } .flat .dijitTree .dijitTreeRow.filterDisabled { opacity: 0.5; diff --git a/themes/compact_night.css b/themes/compact_night.css index 12b94dc85..8c48a6c27 100644 --- a/themes/compact_night.css +++ b/themes/compact_night.css @@ -1866,6 +1866,7 @@ body.ttrss_prefs[hide-filter-rules="true"] ul.filterRules { .flat .dijitTree .labelParam { float: right; margin-right: 16px; + text-align: right; } .flat .dijitTree .dijitTreeRow.filterDisabled { opacity: 0.5; diff --git a/themes/light-high-contrast.css b/themes/light-high-contrast.css index 217d10eac..19387f96e 100644 --- a/themes/light-high-contrast.css +++ b/themes/light-high-contrast.css @@ -1964,6 +1964,7 @@ body.ttrss_utility.share_popup .content { .flat .dijitTree .labelParam { float: right; margin-right: 16px; + text-align: right; } .flat .dijitTree .dijitTreeRow.filterDisabled { opacity: 0.5; diff --git a/themes/light.css b/themes/light.css index e7aa0c11e..6934312ed 100644 --- a/themes/light.css +++ b/themes/light.css @@ -1964,6 +1964,7 @@ body.ttrss_utility.share_popup .content { .flat .dijitTree .labelParam { float: right; margin-right: 16px; + text-align: right; } .flat .dijitTree .dijitTreeRow.filterDisabled { opacity: 0.5; diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less index f29461530..fcdde88eb 100644 --- a/themes/light/dijit_basic.less +++ b/themes/light/dijit_basic.less @@ -151,6 +151,7 @@ .labelParam { float: right; margin-right: 16px; + text-align: right; } .dijitTreeRow.filterDisabled { diff --git a/themes/night.css b/themes/night.css index 33a239af0..39f850e48 100644 --- a/themes/night.css +++ b/themes/night.css @@ -1867,6 +1867,7 @@ body.ttrss_prefs[hide-filter-rules="true"] ul.filterRules { .flat .dijitTree .labelParam { float: right; margin-right: 16px; + text-align: right; } .flat .dijitTree .dijitTreeRow.filterDisabled { opacity: 0.5; diff --git a/themes/night_blue.css b/themes/night_blue.css index 6676426ef..d430e2834 100644 --- a/themes/night_blue.css +++ b/themes/night_blue.css @@ -1867,6 +1867,7 @@ body.ttrss_prefs[hide-filter-rules="true"] ul.filterRules { .flat .dijitTree .labelParam { float: right; margin-right: 16px; + text-align: right; } .flat .dijitTree .dijitTreeRow.filterDisabled { opacity: 0.5; |