From 4e81233ac9d0749677bce1e505ddc464709a4b98 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Mar 2021 18:10:23 +0300 Subject: make description clickable in plugin list row --- themes/night.css | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'themes/night.css') diff --git a/themes/night.css b/themes/night.css index d0a2a01d7..dd429eaca 100644 --- a/themes/night.css +++ b/themes/night.css @@ -1527,14 +1527,6 @@ body.ttrss_prefs fieldset.prefs .help-text { body.ttrss_prefs fieldset.prefs .help-text-bottom { margin-top: 10px; } -body.ttrss_prefs fieldset.plugin label.description { - width: 550px; - margin-right: 150px; - display: inline-block; -} -body.ttrss_prefs fieldset.plugin label.description .dijitCheckBox { - margin-right: 10px; -} body.ttrss_prefs table th { text-align: left; } @@ -1562,20 +1554,21 @@ body.ttrss_prefs ul.prefs-plugin-list li > * { body.ttrss_prefs ul.prefs-plugin-list li label.checkbox { display: flex; align-items: center; - min-width: 300px; cursor: pointer; } body.ttrss_prefs ul.prefs-plugin-list li label.checkbox.system { cursor: auto; } body.ttrss_prefs ul.prefs-plugin-list li label.checkbox .name { + min-width: 300px; flex-grow: 2; display: inline-block; text-align: right; font-weight: bold; + margin-right: 20px; } @media (max-width: 992px) { - body.ttrss_prefs ul.prefs-plugin-list li label.checkbox { + body.ttrss_prefs ul.prefs-plugin-list li label.checkbox .name { min-width: 200px ! important; } body.ttrss_prefs ul.prefs-plugin-list li .version { -- cgit v1.2.3