summaryrefslogtreecommitdiffstats
path: root/testing-scheduler/ui/src/assets/css/editor.css
blob: 54110d6e649c2a4bbf4a9072d5a06abff1580f87 (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
.row {
    padding-bottom: 5px;
    margin-left: 0 !important;
}

.ibox-content {
    overflow: hidden;
}

.col-lg-6 {
    float: none !important;
}

.col-md-5 {
    margin-bottom: 10px !important;
}

.step {
    border-color: #fff !important;
}

.headmsg {
    position: relative;
    float: left;
    font-size: 14px;
    margin-top: 3px;
    margin-left: 20px;
    margin-right: 40px;
    width: 5%;
}

.form-group {
    clear: both;
}

.border-ibox {
    border-color:  lightgray;
    border-style:  solid;
    border-width: thin;
}

.ibox-title {
    padding-bottom: 20px;
}
.ibox-title h5 {
    font-size: 22px;
}