]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
94a5ff8a
C
1@import '_variables';
2@import '_mixins';
3
eb1c46e9
RK
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
1061c73f
C
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 }
94a5ff8a
C
36}
37
42712121
JM
38td .glyphicon {
39 margin-right: 10px;
40}
41
cd83ea1b 42pre {
82750da3 43 font-size: 11px;
cd83ea1b 44}
c1953c56
C
45
46.job-error {
47 color: red;
48}