Merge "Add test-scheduler dir to verity"
[bottlenecks.git] / test-scheduler / ui / src / assets / css / editor.css
1 .row {
2     padding-bottom: 5px;
3     margin-left: 0 !important;
4 }
5
6 .ibox-content {
7     overflow: hidden;
8 }
9
10 .col-lg-6 {
11     float: none !important;
12 }
13
14 .col-md-5 {
15     margin-bottom: 10px !important;
16 }
17
18 .step {
19     border-color: #fff !important;
20 }
21
22 .headmsg {
23     position: relative;
24     float: left;
25     font-size: 14px;
26     margin-top: 3px;
27     margin-left: 20px;
28     margin-right: 40px;
29     width: 5%;
30 }
31
32 .form-group {
33     clear: both;
34 }
35
36 .border-ibox {
37     border-color:  lightgray;
38     border-style:  solid;
39     border-width: thin;
40 }
41
42 .ibox-title {
43     padding-bottom: 20px;
44 }
45 .ibox-title h5 {
46     font-size: 22px;
47 }