* Add User Permissions to Config module * Update Permission Manager help * Fix share button * Remove user-permissions page * Remove unnecessary error modals * User Permission UI fixes - Fix double multicheck bug on save - Add margin above and below select all button * Update user_permissions dict realtime on client side - Remove user_permissions from boot * Cast permission dict values to int
29 lines
No EOL
379 B
Text
29 lines
No EOL
379 B
Text
.unit-checkbox {
|
|
color: #36414c;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
|
|
label {
|
|
position: relative;
|
|
}
|
|
|
|
input[type=checkbox] {
|
|
margin-left: 0;
|
|
}
|
|
|
|
& + .checkbox {
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
|
|
.frappe-control .bulk-select-options {
|
|
margin: 10px 0;
|
|
.select-all {
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
|
|
.frappe-control .control-value {
|
|
overflow-wrap: break-word;
|
|
} |