projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '5276-job-graph-phantom-tooltip' closes #5276
[arvados.git]
/
apps
/
workbench
/
app
/
assets
/
stylesheets
/
jobs.css.scss
1
.arv-job-log-window {
2
height: 40em;
3
white-space: pre;
4
overflow: scroll;
5
background: black;
6
color: white;
7
font-family: monospace;
8
font-size: .8em;
9
border: 2px solid black;
10
}
11
12
.morris-hover-point {
13
text-align: left;
14
width: 100%;
15
}