1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +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

@@ -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 {