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=4cb706d2dcffc10cf3b07e264c83b738f67929fe;hpb=eb1c46e9a8be665912e671cacf351d15a0f63f9d;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 4cb706d2d..6698646cd 100644 --- a/client/src/app/+admin/system/jobs/jobs.component.scss +++ b/client/src/app/+admin/system/jobs/jobs.component.scss @@ -1,11 +1,17 @@ @import '_variables'; @import '_mixins'; +.select-job-state { + min-width: 120px; +} + .job-id { max-width: 30vw !important; } -.job-type { +.job-type, +.job-state, +.job-priority { width: 150px !important; } @@ -13,16 +19,13 @@ width: 170px !important; } -.job-state { - max-width: 60px; -} - .admin-sub-header { - align-items: flex-end; + flex-direction: row !important; + justify-content: flex-end; .select-filter-block { &:not(:last-child) { - margin-right: 10px; + @include margin-right(10px); } label { @@ -33,10 +36,14 @@ @include peertube-select-container(auto); } } + + .button-filter-block { + align-self: flex-end; + } } td .glyphicon { - margin-right: 10px; + @include margin-right(10px); } pre { @@ -44,5 +51,9 @@ pre { } .job-error { - color: red; + color: #ff0000; +} + +.badge { + @include table-badge; }