X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a59152e34814f453a7380e68a55534e2f8922d57..9ac57b0bc6cb5d90da57c943df489401c63b7a7f:/apps/workbench/app/assets/stylesheets/pipeline_instances.css.scss diff --git a/apps/workbench/app/assets/stylesheets/pipeline_instances.css.scss b/apps/workbench/app/assets/stylesheets/pipeline_instances.css.scss index aa58dccfbf..c89e93d670 100644 --- a/apps/workbench/app/assets/stylesheets/pipeline_instances.css.scss +++ b/apps/workbench/app/assets/stylesheets/pipeline_instances.css.scss @@ -1,3 +1,33 @@ // Place all the styles related to the PipelineInstances controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ + +.pipeline-compare-headrow div { + padding-top: .5em; + padding-bottom: .5em; +} +.pipeline-compare-headrow:first-child { + border-bottom: 1px solid black; +} +.pipeline-compare-row .notnormal { + background: #ffffaa; +} + +.pipeline_color_legend { + margin-top: 0.2em; + padding: 0.2em 1em; + border: 1px solid #000; +} +.pipeline_color_legend a { + color: #000; +} + +.col-md-1.pipeline-instance-spacing { + padding: 0px; + margin: 0px; +} + +.col-md-3.pipeline-instance-spacing > .progress { + padding: 0px; + margin: 0px; +} \ No newline at end of file