]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/system/jobs/jobs.component.scss
Update FAQ
[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
12.job-type {
13 width: 150px !important;
14}
15
16.job-date {
17 width: 170px !important;
18}
19
1061c73f 20.admin-sub-header {
7a03209d 21 flex-direction: row !important;
b1f3b635 22 justify-content: flex-end;
1061c73f
C
23
24 .select-filter-block {
25 &:not(:last-child) {
26 margin-right: 10px;
27 }
28
29 label {
30 margin-bottom: 2px;
31 }
32
33 .peertube-select-container {
34 @include peertube-select-container(auto);
35 }
36 }
94a5ff8a
C
37}
38
42712121
JM
39td .glyphicon {
40 margin-right: 10px;
41}
42
cd83ea1b 43pre {
82750da3 44 font-size: 11px;
cd83ea1b 45}
c1953c56
C
46
47.job-error {
48 color: red;
49}
7f0d8561
RK
50
51.badge {
52 @include table-badge;
53}