1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 02:25:55 +00:00

some small layout fixes, remove a few inline styles

This commit is contained in:
Andrew Dolgov
2021-03-06 20:03:36 +03:00
parent 473ea6255c
commit 68ecf52594
12 changed files with 298 additions and 102 deletions

View File

@@ -248,7 +248,7 @@ const CommonDialogs = {
${reply.map((row) => `
<tr data-row-id='${row.id}'>
<td width='5%' align='center'>
<td class='checkbox'>
<input onclick='Tables.onRowChecked(this)' dojoType="dijit.form.CheckBox"
type="checkbox">
</td>