Merged r14311 and r14312 from trunk (#19844).

git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14326 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2015-06-17 18:11:42 +00:00
parent afc644cd17
commit 94f7119037
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'members/new_modal') %>');
showModal('ajax-modal', '700px');
showModal('ajax-modal', '90%');

View File

@@ -619,6 +619,7 @@ table.members td.name {padding-left: 20px;}
table.members td.group, table.members td.groupnonmember, table.members td.groupanonymous {background: url(../images/group.png) no-repeat 0% 1px;}
input#principal_search, input#user_search {width:90%}
.roles-selection label {display:inline-block; width:210px;}
input.autocomplete {
background: #fff url(../images/magnifier.png) no-repeat 2px 50%; padding-left:20px !important;