summaryrefslogtreecommitdiff
path: root/css/prefs.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-26 15:03:33 +0300
committerAndrew Dolgov <[email protected]>2019-02-26 15:03:33 +0300
commita130da2d1abfffad1e25117d436252660847ba09 (patch)
tree128812938e2786e267b3dfd7773137ea8d73fe07 /css/prefs.less
parentcee76f4d4923ba3c904bfb1114cdc02eee88d38d (diff)
add layout hack to unify heights of plugin fieldsets
Diffstat (limited to 'css/prefs.less')
-rw-r--r--css/prefs.less16
1 files changed, 10 insertions, 6 deletions
diff --git a/css/prefs.less b/css/prefs.less
index 8269724c0..97c7a8eed 100644
--- a/css/prefs.less
+++ b/css/prefs.less
@@ -81,11 +81,20 @@ body.ttrss_prefs {
}
fieldset.prefs {
+ min-height : 30px;
+
label:first-of-type {
min-width : 300px;
}
- label.plugin-desc {
+ .help-text {
+ display : inline-block;
+ margin-left : 10px;
+ }
+ }
+
+ fieldset.plugin {
+ label.description {
width : 600px;
margin-right : 150px;
display : inline-block;
@@ -94,11 +103,6 @@ body.ttrss_prefs {
margin-right : 10px;
}
}
-
- .help-text {
- display : inline-block;
- margin-left : 10px;
- }
}
table.prefErrorLog tr.errrow td {