X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a59152e34814f453a7380e68a55534e2f8922d57..f8067ef415fd66a92f9a0e957e8384445af92a6a:/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..135685c27c 100644 --- a/apps/workbench/app/assets/stylesheets/pipeline_instances.css.scss +++ b/apps/workbench/app/assets/stylesheets/pipeline_instances.css.scss @@ -1,3 +1,37 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + // 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