parent
2fe3f4c6c2
commit
ed411ec9b6
|
@ -108,7 +108,8 @@ class RoleForm extends ConfigForm
|
|||
'description' => $this->translate(
|
||||
'The permissions to grant. You may select more than one permission'
|
||||
),
|
||||
'multiOptions' => $this->providedPermissions
|
||||
'multiOptions' => $this->providedPermissions,
|
||||
'class' => 'grant-permissions'
|
||||
)
|
||||
)
|
||||
));
|
||||
|
|
|
@ -220,3 +220,8 @@ form label.has-feedback:after {
|
|||
/* Uncomment for 3D effect */
|
||||
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
||||
}
|
||||
|
||||
select.grant-permissions {
|
||||
height: 20em;
|
||||
width: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue