-
Christopher Smith authored
made necessary by PR#254 which adds content below these notes.
Christopher Smith authoredmade necessary by PR#254 which adds content below these notes.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
style.css 490 B
/* User Manager specific styles */
#user__manager tr.disabled {
color: #6f6f6f;
background: #e4e4e4;
}
#user__manager tr.user_info {
vertical-align: top;
}
#user__manager div.edit_user {
width: 46%;
float: left;
}
#user__manager table {
margin-bottom: 1em;
}
#user__manager ul.notes {
padding-left: 0;
padding-right: 1.4em;
}
#user__manager input.button[disabled] {
color: #ccc!important;
border-color: #ccc!important;
}
/* IE won't understand but doesn't require it */