]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/system/jobs/jobs.component.scss
Enhance variable width column for id column in jobs list
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / system / jobs / jobs.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .job-id {
5 max-width: 30vw !important;
6 }
7
8 .job-type {
9 width: 150px !important;
10 }
11
12 .job-date {
13 width: 170px !important;
14 }
15
16 .job-state {
17 max-width: 60px;
18 }
19
20 .admin-sub-header {
21 align-items: flex-end;
22
23 .select-filter-block {
24 &:not(:last-child) {
25 margin-right: 10px;
26 }
27
28 label {
29 margin-bottom: 2px;
30 }
31
32 .peertube-select-container {
33 @include peertube-select-container(auto);
34 }
35 }
36 }
37
38 td .glyphicon {
39 margin-right: 10px;
40 }
41
42 pre {
43 font-size: 11px;
44 }
45
46 .job-error {
47 color: red;
48 }