Merge branch '9005-share-discovery'
[arvados.git] / apps / workbench / app / assets / stylesheets / jobs.css.scss
index e485745b3faf04b26888b89de6d668c9ee63436f..cf93f20350a6e3b14b1899c3907fb07750b40fb7 100644 (file)
@@ -1,3 +1,15 @@
-// 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;
+}
+
+.morris-hover-point {
+    text-align: left;
+    width: 100%;
+}
\ No newline at end of file