summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/static/infrastructure/scss/_formsets.scss
blob: cb1f3b5964cef2f85ea6ec9ae7a2d4641f5c204e (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
// formsets
.datatable {
  th.narrow {
    width: 1em;
  }

  input {
    padding: 2px 5px;
    margin: 0;
  }

  input.number_input_slim {
    width: 4em;
    text-align: right;
  }

  th span.required:after {
    // Copied from horizon, because there is no way to reuse their class.
    content: "*";
    font-weight: bold;
    line-height: 0;
    padding-left: 4px;
    color: #428bca;
  }
}

.param-section {
  padding-bottom: 15px;
}

#collapse-upload-form {
  text-align: center;
  padding-bottom: 30px;
}