8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / assets / stylesheets / pipeline_instances.css.scss
1 // Place all the styles related to the PipelineInstances controller here.
2 // They will automatically be included in application.css.
3 // You can use Sass (SCSS) here: http://sass-lang.com/
4
5 .pipeline-compare-headrow div {
6     padding-top: .5em;
7     padding-bottom: .5em;
8 }
9 .pipeline-compare-headrow:first-child {
10     border-bottom: 1px solid black;
11 }
12 .pipeline-compare-row .notnormal {
13     background: #ffffaa;
14 }
15
16 .pipeline_color_legend {
17     margin-top: 0.2em;
18     padding: 0.2em 1em;
19     border: 1px solid #000;
20 }
21 .pipeline_color_legend a {
22     color: #000;
23 }
24
25 .col-md-1.pipeline-instance-spacing {
26   padding: 0px;
27   margin: 0px;
28 }
29
30 .col-md-3.pipeline-instance-spacing > .progress {
31   padding: 0px;
32   margin: 0px;
33 }