UX audit fixes for search bar on related tabs

This commit is contained in:
Jared Tabor 2016-06-22 10:53:53 -07:00
parent aad4da3c39
commit 81402bd2ee
3 changed files with 3 additions and 2 deletions

View File

@ -593,7 +593,6 @@ input[type='radio']:checked:before {
.action_column {
float: right;
margin-bottom: 20px;
}
.alert-info {

View File

@ -39,7 +39,8 @@ export default ['$stateParams', '$scope', 'UserList', 'Rest', '$state', 'generat
url = data.related.admins;
list.listTitle = listTitle;
list.basePath = url;
list.searchSize = "col-lg-12 col-md-12 col-sm-12 col-xs-12";
$scope.orgRelatedUrls = data.related;
generator.inject(list, { mode: 'edit', scope: $scope, cancelButton: true });

View File

@ -38,6 +38,7 @@
url = data.related.users;
list.listTitle = listTitle;
list.basePath = url;
list.searchSize = "col-lg-12 col-md-12 col-sm-12 col-xs-12";
$scope.orgRelatedUrls = data.related;