]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/system/jobs/jobs.component.scss
Make admin sub-navs, selects, buttons responsive (#2702)
[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 flex-direction: row !important;
22 justify-content: flex-end;
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 }
37 }
38
39 td .glyphicon {
40 margin-right: 10px;
41 }
42
43 pre {
44 font-size: 11px;
45 }
46
47 .job-error {
48 color: red;
49 }