]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/system/jobs/jobs.component.scss
Add `i18n` prop where it is missing (#3946)
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / system / jobs / jobs.component.scss
index c33e14292f71b63c6091c77177b307b6fd5e4b59..7c61594205fdea1699358f9897c1df12b236ea95 100644 (file)
@@ -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;
 }
 
   width: 170px !important;
 }
 
-.job-state {
-  max-width: 60px;
-}
-
 .admin-sub-header {
   flex-direction: row !important;
   justify-content: flex-end;
       @include peertube-select-container(auto);
     }
   }
+
+  .button-filter-block {
+    align-self: flex-end;
+  }
 }
 
 td .glyphicon {
@@ -47,3 +53,7 @@ pre {
 .job-error {
   color: red;
 }
+
+.badge {
+  @include table-badge;
+}