From 4db13b8a171740798f1fb036b8ad7e45b8f9f090 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 21 Feb 2019 12:35:40 +0300 Subject: simplify preference layout, remove some unnecessary css classes --- themes/night.css | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'themes/night.css') diff --git a/themes/night.css b/themes/night.css index 6e5eb0a42..0322ed64b 100644 --- a/themes/night.css +++ b/themes/night.css @@ -1369,6 +1369,19 @@ body.ttrss_prefs { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; } +body.ttrss_prefs h1, +body.ttrss_prefs h2, +body.ttrss_prefs h3, +body.ttrss_prefs h4 { + font-family: "Segoe WP Semibold", "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif; + font-weight: 600; + color: #ccc; +} +body.ttrss_prefs .dijitContentPane h1:first-of-type, +body.ttrss_prefs .dijitContentPane h2:first-of-type, +body.ttrss_prefs .dijitContentPane h3:first-of-type { + margin-top: 0px; +} body.ttrss_prefs #footer, body.ttrss_prefs #header { padding: 8px; @@ -1405,14 +1418,6 @@ body.ttrss_prefs .dijitAccordionTitleSelected i.material-icons { body.ttrss_prefs .dijitDialog #pref-profiles-list .dijitInlineEditBoxDisplayMode { padding: 0px; } -body.ttrss_prefs tr.title td { - border: 0px solid #ecf4ff; - border-bottom-width: 1px; - color: #b87d2c; -} -body.ttrss_prefs .prefPrefsList td { - padding-bottom: 4px; -} body.ttrss_prefs div#feedlistLoading, body.ttrss_prefs div#filterlistLoading, body.ttrss_prefs div#labellistLoading { @@ -1432,6 +1437,10 @@ body.ttrss_prefs .user-css-editor { height: 300px; width: 575px; } +body.ttrss_prefs fieldset.prefs-set .help-text { + display: inline-block; + margin-left: 10px; +} body.ttrss_prefs table.prefPluginsList td label, body.ttrss_prefs table.prefUserList td { cursor: pointer; -- cgit v1.2.3