Removed close (X) from schedules panel

This commit is contained in:
Ken Hoes 2016-06-22 11:58:12 -04:00
parent c6cd966fc8
commit be927c425d
3 changed files with 0 additions and 11 deletions

View File

@ -662,7 +662,6 @@ export default
searchSize: (searchSize) ? searchSize : 'col-lg-6 col-md-6 col-sm-6 col-xs-12',
showSearch: true,
title: true,
cancelButton: true
});
SearchInit({

View File

@ -14,12 +14,3 @@
padding-bottom: 5px;
}
}
#schedule-list-target {
.Form-exitHolder {
order: 1
}
.List-actionHolder {
margin-top: 40px;
margin-right: -18px;
}
}

View File

@ -63,7 +63,6 @@ export default [
id: 'schedule-list-target',
url: url,
pageSize: 20,
cancelButton: true,
});
});