tailbone/tailbone/static/css/perms.css
Lance Edgar ea0aff1a3e Tweak permissions styles for view/edit of User, Role
per Buefy themes, but still compatible with jQuery theme also
2019-06-04 19:53:47 -05:00

33 lines
575 B
CSS

/******************************
* Permission Lists
******************************/
.permissions-group {
margin-bottom: 10px;
}
.permissions-group .group-label {
font-weight: bold;
margin-bottom: 10px;
}
.field-wrapper.permissions .field label {
display: inline;
font-weight: normal;
}
.field-wrapper.permissions .field label input {
margin-left: 15px;
margin-right: 10px;
}
.permissions-group .perm {
font-weight: normal;
margin-left: 15px;
}
.permissions-group p.perm span {
font-family: monospace;
margin-right: 10px;
}