3149: Merge branch 'master' into 3149-server-side-search
[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 }