File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -59,17 +59,18 @@ <h2 style="font-size:18px;font-weight:700;color:#1a1a2e;margin:0 0 4px;">
5959
6060 < fieldset class ="manage-fieldset ">
6161 < legend > Roles</ legend >
62+ < style > .role-check input [type = "checkbox" ]{margin : 0 !important ;vertical-align : middle !important ;}</ style >
6263 < div style ="display:grid;grid-template-columns:1fr 1fr;gap:12px; ">
63- < label style ="display:flex;align-items:center;gap:8px;font-size:13px;cursor:pointer;padding:8px 12px;background:#f7f8fa;border-radius:4px; ">
64+ < label class =" role-check " style ="display:inline- flex;align-items:center;gap:8px;font-size:13px;cursor:pointer;padding:8px 12px;background:#f7f8fa;border-radius:4px;color:#333 ; ">
6465 {{ form.primary }} Primary
6566 </ label >
66- < label style ="display:flex;align-items:center;gap:8px;font-size:13px;cursor:pointer;padding:8px 12px;background:#f7f8fa;border-radius:4px; ">
67+ < label class =" role-check " style ="display:inline- flex;align-items:center;gap:8px;font-size:13px;cursor:pointer;padding:8px 12px;background:#f7f8fa;border-radius:4px;color:#333 ; ">
6768 {{ form.administrative }} Administrative
6869 </ label >
69- < label style ="display:flex;align-items:center;gap:8px;font-size:13px;cursor:pointer;padding:8px 12px;background:#f7f8fa;border-radius:4px; ">
70+ < label class =" role-check " style ="display:inline- flex;align-items:center;gap:8px;font-size:13px;cursor:pointer;padding:8px 12px;background:#f7f8fa;border-radius:4px;color:#333 ; ">
7071 {{ form.accounting }} Accounting
7172 </ label >
72- < label style ="display:flex;align-items:center;gap:8px;font-size:13px;cursor:pointer;padding:8px 12px;background:#f7f8fa;border-radius:4px; ">
73+ < label class =" role-check " style ="display:inline- flex;align-items:center;gap:8px;font-size:13px;cursor:pointer;padding:8px 12px;background:#f7f8fa;border-radius:4px;color:#333 ; ">
7374 {{ form.manager }} Manager
7475 </ label >
7576 </ div >
You can’t perform that action at this time.
0 commit comments