]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/system/jobs/jobs.component.scss
Add video-playlist-element.created hook (#4196)
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / system / jobs / jobs.component.scss
index 784ec4572b93ccffe75abbc8149e4fa38ca20624..6698646cd1f8f82f0f455edba8d2bc3e35de178a 100644 (file)
@@ -9,7 +9,9 @@
   max-width: 30vw !important;
 }
 
-.job-type {
+.job-type,
+.job-state,
+.job-priority {
   width: 150px !important;
 }
 
@@ -23,7 +25,7 @@
 
   .select-filter-block {
     &:not(:last-child) {
-      margin-right: 10px;
+      @include margin-right(10px);
     }
 
     label {
       @include peertube-select-container(auto);
     }
   }
+
+  .button-filter-block {
+    align-self: flex-end;
+  }
 }
 
 td .glyphicon {
-  margin-right: 10px;
+  @include margin-right(10px);
 }
 
 pre {
@@ -45,7 +51,7 @@ pre {
 }
 
 .job-error {
-  color: red;
+  color: #ff0000;
 }
 
 .badge {