4088: code review feedback
[arvados.git] / apps / workbench / app / assets / stylesheets / jobs.css.scss
index e485745b3faf04b26888b89de6d668c9ee63436f..b25c04a4a8a5aab43aaabc2cf14571eaf6bee0db 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: nowrap;
+    overflow: scroll;
+    background: black;
+    color: white;
+    font-family: monospace;
+    font-size: .8em;
+    border: 2px solid black;
+}