Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
style.css 179 B
/* User Manager specific styles */
tr.disabled {
  color: #6f6f6f;
  background: #e4e4e4;
}
tr.user_info {
  vertical-align: top;
}
div.edit_user {
  width: 46%;
  float: left;
}