]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/system/jobs/jobs.component.scss
Support progress for ffmpeg tasks
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / system / jobs / jobs.component.scss
CommitLineData
94a5ff8a
C
1@import '_variables';
2@import '_mixins';
3
7f0d8561
RK
4.select-job-state {
5 min-width: 120px;
6}
7
eb1c46e9
RK
8.job-id {
9 max-width: 30vw !important;
10}
11
3b01f4c0
C
12.job-type,
13.job-state {
eb1c46e9
RK
14 width: 150px !important;
15}
16
17.job-date {
18 width: 170px !important;
19}
20
1061c73f 21.admin-sub-header {
7a03209d 22 flex-direction: row !important;
b1f3b635 23 justify-content: flex-end;
1061c73f
C
24
25 .select-filter-block {
26 &:not(:last-child) {
27 margin-right: 10px;
28 }
29
30 label {
31 margin-bottom: 2px;
32 }
33
34 .peertube-select-container {
35 @include peertube-select-container(auto);
36 }
37 }
94a5ff8a
C
38}
39
42712121
JM
40td .glyphicon {
41 margin-right: 10px;
42}
43
cd83ea1b 44pre {
82750da3 45 font-size: 11px;
cd83ea1b 46}
c1953c56
C
47
48.job-error {
49 color: red;
50}
7f0d8561
RK
51
52.badge {
53 @include table-badge;
54}