]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - 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
1@import '_variables';
2@import '_mixins';
3
4.select-job-state {
5 min-width: 120px;
6}
7
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
20.admin-sub-header {
21 flex-direction: row !important;
22 justify-content: flex-end;
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 }
37}
38
39td .glyphicon {
40 margin-right: 10px;
41}
42
43pre {
44 font-size: 11px;
45}
46
47.job-error {
48 color: red;
49}
50
51.badge {
52 @include table-badge;
53}