summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/prefs.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/light/prefs.less b/themes/light/prefs.less
index 92084a9c8..4d3e93688 100644
--- a/themes/light/prefs.less
+++ b/themes/light/prefs.less
@@ -82,6 +82,9 @@ body.ttrss_prefs {
fieldset.prefs {
min-height : 30px;
+ display : flex;
+ flex-direction : row;
+ align-items: center;
label:first-of-type {
min-width : 300px;
@@ -91,6 +94,10 @@ body.ttrss_prefs {
display : inline-block;
margin-left : 10px;
}
+
+ .help-text-bottom {
+ margin-top : 10px;
+ }
}
fieldset.plugin {