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=ccc0b35ca0ae2ca42db386e66253854b98736f19;hpb=1061c73fde3005100ead8764eacb444f240440d6;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 ccc0b35ca..6698646cd 100644 --- a/client/src/app/+admin/system/jobs/jobs.component.scss +++ b/client/src/app/+admin/system/jobs/jobs.component.scss @@ -1,12 +1,31 @@ @import '_variables'; @import '_mixins'; +.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 { - 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 { @@ -17,6 +36,14 @@ @include peertube-select-container(auto); } } + + .button-filter-block { + align-self: flex-end; + } +} + +td .glyphicon { + @include margin-right(10px); } pre { @@ -24,5 +51,9 @@ pre { } .job-error { - color: red; + color: #ff0000; +} + +.badge { + @include table-badge; }