aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/modals/vf-module-homing-data-action/vf-module-homing-data-action.css
blob: 8193bd3558e64da4ccbb8725c45b80db8947df7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.modal-dialog * {
    font-family: OpenSans-Regular, sans-serif;
}
.modal-dialog {
    width: 540px;
}
.modal-body {
    width: 95%;
    margin: auto;
}
.modal-body label:after{
    color: red;
    content: "*";
    padding-left: 5px;
}
.modal-dialog .modal-x {
    float: right;
    margin-top: 10px;
    height: 15px;
    cursor:pointer;
}
.modal-body .user-explanation span {
    line-height: 25px;
}
.modal-body .user-explanation h4{
    line-height: 30px;
}
.region-section .field{
    margin-top: 15px;
    display: flex;
}
.region-section .field label{
    width: 30%;
    line-height: 35px;
}
.region-section .field select{
    height: auto;
}
.region-section span{
    margin-top: 20px;
}
.spinner{
   display: none;
}
.region-section.is-loading .spinner{
    display: block;
    margin: 20px;
    text-align: center;
}
.region-section.is-loading .region-user-selection{
    display: none;
}
.modal-footer button{
    width: 110px;
}
.modal-footer .cancel-btn{
    margin-right: 15px;
    margin-left: 15px;
}
.modal-footer .soft-delete-btn {
    margin-right: 15px;
}