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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user