X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Fsystem%2Fjobs%2Fjobs.component.scss;h=6698646cd1f8f82f0f455edba8d2bc3e35de178a;hb=e2e0b645cdac3c705b1988fbb0eff723ad5e885d;hp=ab05f1982599d9ee59a7f01ceae8aadf2c279c83;hpb=fd8710b897a67518d3a61c319e54b6a65ba443ef;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/system/jobs/jobs.component.scss b/client/src/app/+admin/system/jobs/jobs.component.scss index ab05f1982..6698646cd 100644 --- a/client/src/app/+admin/system/jobs/jobs.component.scss +++ b/client/src/app/+admin/system/jobs/jobs.component.scss @@ -1,8 +1,49 @@ @import '_variables'; @import '_mixins'; -.peertube-select-container { - @include peertube-select-container(auto); +.select-job-state { + min-width: 120px; +} + +.job-id { + max-width: 30vw !important; +} + +.job-type, +.job-state, +.job-priority { + width: 150px !important; +} + +.job-date { + width: 170px !important; +} + +.admin-sub-header { + flex-direction: row !important; + justify-content: flex-end; + + .select-filter-block { + &:not(:last-child) { + @include margin-right(10px); + } + + label { + margin-bottom: 2px; + } + + .peertube-select-container { + @include peertube-select-container(auto); + } + } + + .button-filter-block { + align-self: flex-end; + } +} + +td .glyphicon { + @include margin-right(10px); } pre { @@ -10,5 +51,9 @@ pre { } .job-error { - color: red; + color: #ff0000; +} + +.badge { + @include table-badge; }