Merge branch 'master' into 2257-inequality-conditions
[arvados.git] / apps / workbench / app / assets / stylesheets / pipeline_templates.css.scss
1 // Place all the styles related to the PipelineTemplates 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_color_legend {
6     padding-left: 1em;
7     padding-right: 1em;
8 }
9
10 table.pipeline-components-table {
11   width: 100%;
12   table-layout: fixed;
13   overflow: hidden;
14 }
15
16 table.pipeline-components-table thead th {
17   text-align: bottom;
18 }
19 table.pipeline-components-table div.progress {
20   margin-bottom: 0;
21 }
22
23 table.pipeline-components-table td {
24   overflow: hidden;
25   text-overflow: ellipsis;
26 }
27
28 td.required {
29   background: #ffdddd;
30 }