mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 03:55:56 +00:00
add layout hack to unify heights of plugin fieldsets
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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