2884: AJAX load a preview panel in collection and pipeline template picker.
[arvados.git] / apps / workbench / app / assets / stylesheets / jobs.css.scss
index e485745b3faf04b26888b89de6d668c9ee63436f..14f86997f43f9ec46fcbc21561c4a70d91bcdd86 100644 (file)
@@ -1,3 +1,10 @@
-// Place all the styles related to the Jobs controller here.
-// They will automatically be included in application.css.
-// You can use Sass (SCSS) here: http://sass-lang.com/
+.arv-job-log-window {
+    height: 20em;
+    white-space: nowrap;
+    overflow: scroll;
+    background: black;
+    color: white;
+    font-family: monospace;
+    font-size: .8em;
+    border: 2px solid black;
+}