summaryrefslogtreecommitdiff
path: root/css/prefs.less
diff options
context:
space:
mode:
Diffstat (limited to 'css/prefs.less')
-rw-r--r--css/prefs.less59
1 files changed, 49 insertions, 10 deletions
diff --git a/css/prefs.less b/css/prefs.less
index de7e31f7b..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;
}
@@ -132,3 +143,31 @@ body.ttrss_prefs {
}
}
+body.ttrss_prefs,
+body.ttrss_utility {
+ fieldset {
+ border-width : 0px;
+ padding : 5px 0px;
+ }
+
+ fieldset.narrow {
+ padding : 2px 0px;
+ }
+
+ fieldset.align-right {
+ text-align : right;
+ }
+
+ fieldset > label:first-of-type {
+ min-width : 140px;
+ margin-right : 20px;
+ display : inline-block;
+ text-align : right;
+ font-weight : bold;
+ }
+
+ fieldset > label.checkbox {
+ display : inline;
+ font-weight : normal;
+ }
+}