1
0
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:
Andrew Dolgov
2019-02-19 21:00:15 +03:00
parent 420e71280a
commit 55d2e5871a
8 changed files with 46 additions and 7 deletions

View File

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

View File

@@ -52,6 +52,12 @@ body.ttrss_utility {
text-align : right;
font-weight : bold;
}
fieldset > label.checkbox {
display : inline;
font-weight : normal;
}
}
a {