]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/system/jobs/jobs.component.scss
smaller miniature average size in fluid grid, updated admin instructions for global...
[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 20.admin-sub-header {
7a03209d 21 flex-direction: row !important;
b1f3b635 22 justify-content: flex-end;
1061c73f
C
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 }
94a5ff8a
C
37}
38
42712121
JM
39td .glyphicon {
40 margin-right: 10px;
41}
42
cd83ea1b 43pre {
82750da3 44 font-size: 11px;
cd83ea1b 45}
c1953c56
C
46
47.job-error {
48 color: red;
49}