mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:25:55 +00:00
BLACKLISTED_TAGS: use textarea for editing; normalize value when saving
This commit is contained in:
@@ -1472,6 +1472,9 @@ body.ttrss_prefs .user-css-editor {
|
||||
}
|
||||
body.ttrss_prefs fieldset.prefs {
|
||||
min-height: 30px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
body.ttrss_prefs fieldset.prefs label:first-of-type {
|
||||
min-width: 300px;
|
||||
@@ -1480,6 +1483,9 @@ body.ttrss_prefs fieldset.prefs .help-text {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
}
|
||||
body.ttrss_prefs fieldset.prefs .help-text-bottom {
|
||||
margin-top: 10px;
|
||||
}
|
||||
body.ttrss_prefs fieldset.plugin label.description {
|
||||
width: 600px;
|
||||
margin-right: 150px;
|
||||
|
||||
@@ -1472,6 +1472,9 @@ body.ttrss_prefs .user-css-editor {
|
||||
}
|
||||
body.ttrss_prefs fieldset.prefs {
|
||||
min-height: 30px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
body.ttrss_prefs fieldset.prefs label:first-of-type {
|
||||
min-width: 300px;
|
||||
@@ -1480,6 +1483,9 @@ body.ttrss_prefs fieldset.prefs .help-text {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
}
|
||||
body.ttrss_prefs fieldset.prefs .help-text-bottom {
|
||||
margin-top: 10px;
|
||||
}
|
||||
body.ttrss_prefs fieldset.plugin label.description {
|
||||
width: 600px;
|
||||
margin-right: 150px;
|
||||
|
||||
@@ -1472,6 +1472,9 @@ body.ttrss_prefs .user-css-editor {
|
||||
}
|
||||
body.ttrss_prefs fieldset.prefs {
|
||||
min-height: 30px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
body.ttrss_prefs fieldset.prefs label:first-of-type {
|
||||
min-width: 300px;
|
||||
@@ -1480,6 +1483,9 @@ body.ttrss_prefs fieldset.prefs .help-text {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
}
|
||||
body.ttrss_prefs fieldset.prefs .help-text-bottom {
|
||||
margin-top: 10px;
|
||||
}
|
||||
body.ttrss_prefs fieldset.plugin label.description {
|
||||
width: 600px;
|
||||
margin-right: 150px;
|
||||
|
||||
@@ -82,6 +82,9 @@ body.ttrss_prefs {
|
||||
|
||||
fieldset.prefs {
|
||||
min-height : 30px;
|
||||
display : flex;
|
||||
flex-direction : row;
|
||||
align-items: center;
|
||||
|
||||
label:first-of-type {
|
||||
min-width : 300px;
|
||||
@@ -91,6 +94,10 @@ body.ttrss_prefs {
|
||||
display : inline-block;
|
||||
margin-left : 10px;
|
||||
}
|
||||
|
||||
.help-text-bottom {
|
||||
margin-top : 10px;
|
||||
}
|
||||
}
|
||||
|
||||
fieldset.plugin {
|
||||
|
||||
@@ -1473,6 +1473,9 @@ body.ttrss_prefs .user-css-editor {
|
||||
}
|
||||
body.ttrss_prefs fieldset.prefs {
|
||||
min-height: 30px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
body.ttrss_prefs fieldset.prefs label:first-of-type {
|
||||
min-width: 300px;
|
||||
@@ -1481,6 +1484,9 @@ body.ttrss_prefs fieldset.prefs .help-text {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
}
|
||||
body.ttrss_prefs fieldset.prefs .help-text-bottom {
|
||||
margin-top: 10px;
|
||||
}
|
||||
body.ttrss_prefs fieldset.plugin label.description {
|
||||
width: 600px;
|
||||
margin-right: 150px;
|
||||
|
||||
@@ -1473,6 +1473,9 @@ body.ttrss_prefs .user-css-editor {
|
||||
}
|
||||
body.ttrss_prefs fieldset.prefs {
|
||||
min-height: 30px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
body.ttrss_prefs fieldset.prefs label:first-of-type {
|
||||
min-width: 300px;
|
||||
@@ -1481,6 +1484,9 @@ body.ttrss_prefs fieldset.prefs .help-text {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
}
|
||||
body.ttrss_prefs fieldset.prefs .help-text-bottom {
|
||||
margin-top: 10px;
|
||||
}
|
||||
body.ttrss_prefs fieldset.plugin label.description {
|
||||
width: 600px;
|
||||
margin-right: 150px;
|
||||
|
||||
Reference in New Issue
Block a user