universe@52: /* universe@52: * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. universe@52: * universe@52: * Copyright 2018 Mike Becker. All rights reserved. universe@52: * universe@52: * Redistribution and use in source and binary forms, with or without universe@52: * modification, are permitted provided that the following conditions are met: universe@52: * universe@52: * 1. Redistributions of source code must retain the above copyright universe@52: * notice, this list of conditions and the following disclaimer. universe@52: * universe@52: * 2. Redistributions in binary form must reproduce the above copyright universe@52: * notice, this list of conditions and the following disclaimer in the universe@52: * documentation and/or other materials provided with the distribution. universe@52: * universe@52: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" universe@52: * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE universe@52: * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE universe@52: * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE universe@52: * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR universe@52: * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF universe@52: * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS universe@52: * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN universe@52: * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) universe@52: * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE universe@52: * POSSIBILITY OF SUCH DAMAGE. universe@52: * universe@52: */ universe@75: universe@86: .project-attributes, .issue-summary { universe@86: display: table; universe@80: } universe@80: universe@86: .project-attributes { universe@81: margin-bottom: 2em; universe@81: } universe@81: universe@81: .row { universe@81: display: table-row; universe@81: } universe@81: universe@81: .caption { universe@81: font-weight: bold; universe@81: } universe@81: universe@81: .row > div { universe@81: display: table-cell; universe@81: } universe@81: universe@81: .row > div + div { universe@81: padding-left: 2em; universe@81: } universe@81: universe@81: span.phase-2 { universe@81: text-decoration: line-through; universe@81: } universe@86: universe@86: .issue-progress-bar { universe@86: display: flex; universe@86: position: relative; universe@86: border-style: inset; universe@86: border-width: 2pt; universe@86: border-color: #6060cc; universe@86: } universe@86: universe@86: .issue-progress-bar .open { universe@86: height: 100%; universe@86: background: steelblue; universe@86: } universe@86: universe@86: .issue-progress-bar .active { universe@86: height: 100%; universe@86: background: gold; universe@86: } universe@86: universe@86: .issue-progress-bar .done { universe@86: height: 100%; universe@86: background: green; universe@86: }