summaryrefslogtreecommitdiff
path: root/css/prefs.less
diff options
context:
space:
mode:
Diffstat (limited to 'css/prefs.less')
-rw-r--r--css/prefs.less28
1 files changed, 28 insertions, 0 deletions
diff --git a/css/prefs.less b/css/prefs.less
index de7e31f7b..605eac98a 100644
--- a/css/prefs.less
+++ b/css/prefs.less
@@ -132,3 +132,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;
+ }
+}