4084: Ignore bubbling arv-log-event events, just process each once at the original...
[arvados.git] / apps / workbench / app / assets / stylesheets / jobs.css.scss
index e485745b3faf04b26888b89de6d668c9ee63436f..f76c70bdc9a203d009618d42d742106bf84991e2 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: 40em;
+    white-space: pre;
+    overflow: scroll;
+    background: black;
+    color: white;
+    font-family: monospace;
+    font-size: .8em;
+    border: 2px solid black;
+}