aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/system/jobs/jobs.component.scss
blob: 9c6ae73e1c36df47586b5b115ef9b15eced795e8 (plain) (blame)
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
@import '_variables';
@import '_mixins';

.select-job-state {
  min-width: 120px;
}

.job-id {
  max-width: 30vw !important;
}

.job-type,
.job-state {
  width: 150px !important;
}

.job-date {
  width: 170px !important;
}

.admin-sub-header {
  flex-direction: row !important;
  justify-content: flex-end;

  .select-filter-block {
    &:not(:last-child) {
      margin-right: 10px;
    }

    label {
      margin-bottom: 2px;
    }

    .peertube-select-container {
      @include peertube-select-container(auto);
    }
  }
}

td .glyphicon {
  margin-right: 10px;
}

pre {
  font-size: 11px;
}

.job-error {
  color: red;
}

.badge {
  @include table-badge;
}