]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/app/+admin/system/jobs/jobs.component.scss
advertise live streaming as a feature in readme
[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.job-state {
14 width: 150px !important;
15}
16
17.job-date {
18 width: 170px !important;
19}
20
21.admin-sub-header {
22 flex-direction: row !important;
23 justify-content: flex-end;
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 }
38}
39
40td .glyphicon {
41 margin-right: 10px;
42}
43
44pre {
45 font-size: 11px;
46}
47
48.job-error {
49 color: red;
50}
51
52.badge {
53 @include table-badge;
54}