]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/app/+admin/system/jobs/jobs.component.scss
Remove unnecessary onPage event on admin tables
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / system / jobs / jobs.component.scss
... / ...
CommitLineData
1@use '_variables' as *;
2@use '_mixins' as *;
3
4.select-job-state {
5 min-width: 120px;
6}
7
8@media screen and (min-width: $primeng-breakpoint) {
9 .job-id {
10 max-width: 30vw !important;
11 }
12
13 .job-type,
14 .job-state,
15 .job-priority {
16 width: 150px !important;
17 }
18
19 .job-date {
20 width: 170px !important;
21 }
22}
23
24.admin-sub-header {
25 flex-direction: row !important;
26 justify-content: flex-end;
27
28 .select-filter-block {
29 &:not(:last-child) {
30 @include margin-right(10px);
31 }
32
33 label {
34 margin-bottom: 2px;
35 }
36
37 .peertube-select-container {
38 @include peertube-select-container(auto);
39 }
40 }
41
42 .button-filter-block {
43 align-self: flex-end;
44 }
45}
46
47td .glyphicon {
48 @include margin-right(10px);
49}
50
51pre {
52 font-size: 11px;
53}
54
55.job-error {
56 color: #ff0000;
57}
58
59.select-filter-block .badge {
60 @include peertube-badge;
61}