mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-07 20:07:30 +02:00
Tiny update for the group editing form
This commit is contained in:
@@ -77,6 +77,7 @@ $(function(){
|
||||
function(data, status){
|
||||
if(data == 'user'){
|
||||
addMemberHTML(userName, false);
|
||||
$('#memberName').val('');
|
||||
} else {
|
||||
$('#error-members').text('User does not exist.');
|
||||
}
|
||||
@@ -118,7 +119,7 @@ $(function(){
|
||||
.append(' ')
|
||||
.append($('<a>').attr('href', '@context.path/' + userName).text(userName))
|
||||
.append(' ')
|
||||
.append($('<a href="#" class="remove pull-right">(remove)</a>')));
|
||||
.append($('<a href="#" class="remove pull-right"><span class="octicon octicon-x"></span></a>')));
|
||||
}
|
||||
|
||||
function updateMembers(){
|
||||
|
||||
@@ -1405,9 +1405,7 @@ ul.collaborator li:hover {
|
||||
}
|
||||
|
||||
ul.collaborator a.remove {
|
||||
color: #dd0000;
|
||||
text-decoration: underline;
|
||||
padding-top: 4px;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user