Merge branch 'umask' of ssh://bitbucket.org/yackob03/quay into umask

This commit is contained in:
yackob03 2014-01-21 18:00:30 -05:00
commit 0ee6a02b09
3 changed files with 10 additions and 2 deletions

View file

@ -86,6 +86,14 @@
pointer-events: none; pointer-events: none;
} }
.entity-search-element .entity-reference .entity-reference-element {
pointer-events: none;
}
.entity-search-element .entity-reference-element i.fa-exclamation-triangle {
pointer-events: all;
}
.entity-search-element .entity-reference .entity-name { .entity-search-element .entity-reference .entity-name {
display: none; display: none;
} }

View file

@ -14,6 +14,6 @@
</span> </span>
</span> </span>
<i class="fa fa-exclamation-triangle" ng-show="entity.is_org_member === false" <i class="fa fa-exclamation-triangle" ng-show="entity.is_org_member === false"
title="This user is not a member of the organization" bs-tooltip="tooltip.title" data-container="body"> title="This user is not a member of the organization" bs-tooltip="tooltip.title">
</i> </i>
</span> </span>

View file

@ -3,7 +3,7 @@
<div class="container" ng-show="!loading"> <div class="container" ng-show="!loading">
<div class="alert alert-info"> <div class="alert alert-info">
Default permissions provide a means of specifying <span class="context-tooltip" title="By default, all repositories have the creating user added as an 'Admin'" bs-tooltip="tooltip.title">additional</span> permissions that should be granted automatically to a repository based on the user or robot creating the repository. Default permissions provide a means of specifying <span class="context-tooltip" title="By default, all repositories have the creating user added as an 'Admin'" bs-tooltip="tooltip.title">additional</span> permissions that should be granted automatically to a repository.
</div> </div>
<div class="side-controls"> <div class="side-controls">