X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a59152e34814f453a7380e68a55534e2f8922d57..42efffeca3922e6bd41a35bb193080f9bf5a8953:/apps/workbench/app/assets/stylesheets/pipeline_templates.css.scss diff --git a/apps/workbench/app/assets/stylesheets/pipeline_templates.css.scss b/apps/workbench/app/assets/stylesheets/pipeline_templates.css.scss index 35d2946bb0..c70377a6ff 100644 --- a/apps/workbench/app/assets/stylesheets/pipeline_templates.css.scss +++ b/apps/workbench/app/assets/stylesheets/pipeline_templates.css.scss @@ -1,3 +1,30 @@ // Place all the styles related to the PipelineTemplates controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ + +.pipeline_color_legend { + padding-left: 1em; + padding-right: 1em; +} + +table.pipeline-components-table { + width: 100%; + table-layout: fixed; + overflow: hidden; +} + +table.pipeline-components-table thead th { + text-align: bottom; +} +table.pipeline-components-table div.progress { + margin-bottom: 0; +} + +table.pipeline-components-table td { + overflow: hidden; + text-overflow: ellipsis; +} + +td.required { + background: #ffdddd; +}