X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2F%2Badmin%2Fsystem%2Fjobs%2Fjobs.component.scss;h=65ee6ec5fce31fb511b7262869299cb24bc9adf3;hb=931d3430184143ebd88e5243def6eb1d7acfdbf4;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..65ee6ec5f 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,12 +19,9 @@ 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) { @@ -33,6 +36,10 @@ @include peertube-select-container(auto); } } + + .button-filter-block { + align-self: flex-end; + } } td .glyphicon { @@ -44,5 +51,9 @@ pre { } .job-error { - color: red; + color: #ff0000; +} + +.badge { + @include table-badge; }