summaryrefslogtreecommitdiff
path: root/js/CommonDialogs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-06 20:03:36 +0300
committerAndrew Dolgov <[email protected]>2021-03-06 20:03:36 +0300
commit68ecf52594e76f3f5ac40846359fb774cd366989 (patch)
tree51fe5fcbab0fa600f375b545b89db8f475e1ceb4 /js/CommonDialogs.js
parent473ea6255c634fa47ee8c8e24de910785b9b095b (diff)
some small layout fixes, remove a few inline styles
Diffstat (limited to 'js/CommonDialogs.js')
-rw-r--r--js/CommonDialogs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js
index b9b053a5a..15c2021b6 100644
--- a/js/CommonDialogs.js
+++ b/js/CommonDialogs.js
@@ -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>