aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/modals/cancel-pending-workflow/cancel-pending-workflow.css
blob: daf86538a23355f41b51514fb1a525f3b89c43bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.modal {
    position: inherit;
    text-align: left;
}
.modal-dialog {
    position: absolute;
    right: 0;
    display: inline;
    margin-top: -243px;
}
.modal-header {
    border-bottom-color: #009FDB;
}
.modal-content {
    width: 540px;
}