diff options
Diffstat (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/modals/alert-change-management/alert-change-management.html')
-rw-r--r-- | vid-app-common/src/main/webapp/app/vid/scripts/modals/alert-change-management/alert-change-management.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/modals/alert-change-management/alert-change-management.html b/vid-app-common/src/main/webapp/app/vid/scripts/modals/alert-change-management/alert-change-management.html index 60596f49..6988aab9 100644 --- a/vid-app-common/src/main/webapp/app/vid/scripts/modals/alert-change-management/alert-change-management.html +++ b/vid-app-common/src/main/webapp/app/vid/scripts/modals/alert-change-management/alert-change-management.html @@ -1,5 +1,6 @@ <link rel="stylesheet" type="text/css" href="app/vid/styles/modal-create-new.css" /> <link rel="stylesheet" type="text/css" href="app/vid/scripts/modals/alert-change-management/alert-change-management.css" /> +<link rel="stylesheet" type="text/css" href="app/vid/scripts/modals/css/manual-task-popup.css" /> <div class="modal-header"> <h3 class="modal-title" id="alert-modal-header">On Hold</h3> <span id="cancel" ng-click="vm.close()" class="pull-right modal-close" aria-hidden="true">×</span> |