mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-05 11:39:16 +00:00
feed debugger: dojoify controls
This commit is contained in:
@@ -1498,6 +1498,10 @@ body.ttrss_utility .content fieldset > label:first-of-type {
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
}
|
||||
body.ttrss_utility .content fieldset > label.checkbox {
|
||||
display: inline;
|
||||
font-weight: normal;
|
||||
}
|
||||
body.ttrss_utility a {
|
||||
color: #257aa7;
|
||||
text-decoration: none;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -52,6 +52,12 @@ body.ttrss_utility {
|
||||
text-align : right;
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
fieldset > label.checkbox {
|
||||
display : inline;
|
||||
font-weight : normal;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user