summaryrefslogtreecommitdiff
path: root/css/prefs.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-21 12:35:40 +0300
committerAndrew Dolgov <[email protected]>2019-02-21 12:35:40 +0300
commit4db13b8a171740798f1fb036b8ad7e45b8f9f090 (patch)
tree1466d0f064522989278cf9b52921d0f9a6c9b754 /css/prefs.less
parente66d6b764647c814e8766da8fa2c89be1627dfc8 (diff)
simplify preference layout, remove some unnecessary css classes
Diffstat (limited to 'css/prefs.less')
-rw-r--r--css/prefs.less31
1 files changed, 21 insertions, 10 deletions
diff --git a/css/prefs.less b/css/prefs.less
index 605eac98a..3b0e28c68 100644
--- a/css/prefs.less
+++ b/css/prefs.less
@@ -3,6 +3,20 @@ body.ttrss_prefs {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
+ h1, h2, h3, h4 {
+ font-family : @fonts-ui-bold;
+ font-weight : 600;
+ color : @default-text;
+ }
+
+ .dijitContentPane {
+ h1:first-of-type,
+ h2:first-of-type,
+ h3:first-of-type {
+ margin-top: 0px;
+ }
+ }
+
#footer, #header {
padding : 8px;
font-size : 13px;
@@ -47,16 +61,6 @@ body.ttrss_prefs {
padding : 0px;
}
- tr.title td {
- border: 0px solid #ecf4ff;
- border-bottom-width: 1px;
- color : @color-link;
- }
-
- .prefPrefsList td {
- padding-bottom : 4px;
- }
-
div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
text-align : center;
padding : 5px;
@@ -76,6 +80,13 @@ body.ttrss_prefs {
width : 575px;
}
+ fieldset.prefs-set {
+ .help-text {
+ display : inline-block;
+ margin-left : 10px;
+ }
+ }
+
table.prefPluginsList td label, table.prefUserList td {
cursor : pointer;
}