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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user