Add ability to change the members of a team

This commit is contained in:
Joseph Schorr 2013-11-04 15:31:38 -05:00
parent 633f603f9d
commit e6fadbca05
5 changed files with 65 additions and 29 deletions

View file

@ -1153,7 +1153,7 @@ p.editable:hover i {
}
.delete-ui:focus .delete-ui-button {
width: 54px;
width: 60px;
}
.repo-admin .repo-delete {
@ -1369,14 +1369,27 @@ p.editable:hover i {
.team-view .entity {
font-size: 1.2em;
min-width: 300px;
min-width: 510px;
}
.team-view .entity i {
margin-right: 6px;
}
.team-view .entity-search {
margin-top: 10px;
display: inline-block;
}
.team-view .delete-ui {
display: inline-block;
width: 78px;
}
.team-view .delete-ui i {
margin-top: 8px;
float: right;
}
/* Overrides for typeahead to work with bootstrap 3. */