1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

add layout hack to unify heights of plugin fieldsets

This commit is contained in:
Andrew Dolgov
2019-02-26 15:03:33 +03:00
parent cee76f4d49
commit a130da2d1a
8 changed files with 50 additions and 37 deletions

View File

@@ -1458,21 +1458,24 @@ body.ttrss_prefs .user-css-editor {
height: 300px;
width: 575px;
}
body.ttrss_prefs fieldset.prefs {
min-height: 30px;
}
body.ttrss_prefs fieldset.prefs label:first-of-type {
min-width: 300px;
}
body.ttrss_prefs fieldset.prefs label.plugin-desc {
width: 600px;
margin-right: 150px;
display: inline-block;
}
body.ttrss_prefs fieldset.prefs label.plugin-desc .dijitCheckBox {
margin-right: 10px;
}
body.ttrss_prefs fieldset.prefs .help-text {
display: inline-block;
margin-left: 10px;
}
body.ttrss_prefs fieldset.plugin label.description {
width: 600px;
margin-right: 150px;
display: inline-block;
}
body.ttrss_prefs fieldset.plugin label.description .dijitCheckBox {
margin-right: 10px;
}
body.ttrss_prefs table.prefErrorLog tr.errrow td {
font-size: 10px;
}