aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/modals/service-metadata/service-metadata.css
blob: 2c7f3a1061132f1dada9da35059dd699f6d446bd (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
.modal-dialog * {
    font-family: OpenSans-Regular, sans-serif;
}
.modal-dialog {
    width: 540px;
}
.modal-dialog service-metadata{
    background: white;
}
.modal-dialog .modal-footer {
    background: #F8F8F8;
    border-radius: 0 0 8px 8px;
}
.modal-dialog .cancel-btn {
    width: 120px;
}
.modal-dialog .title {
    font-size: 22px;
    color: #000000;
}
.modal-dialog .top {
    margin: 15px 20px;
    border-bottom: 3px solid #009FDB;
    padding-bottom: 15px;
}
.modal-dialog .modal-x {
    float: right;
    margin-top: 10px;
    height: 15px;
    cursor:pointer;
}
.modal-dialog service-metadata label {
    margin-bottom: 3px;
}
.modal-dialog service-metadata .field {
    margin-top: 11px;
}