src/main/webapp/projects.css

changeset 86
0a658e53177c
parent 81
1a2e7b5d48f7
child 87
501addad452b
     1.1 --- a/src/main/webapp/projects.css	Sat May 30 18:12:38 2020 +0200
     1.2 +++ b/src/main/webapp/projects.css	Mon Jun 01 14:46:58 2020 +0200
     1.3 @@ -27,21 +27,12 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -#issue-list td {
     1.8 -    white-space: nowrap;
     1.9 +.project-attributes, .issue-summary {
    1.10 +    display: table;
    1.11  }
    1.12  
    1.13 -#version-stats h2 {
    1.14 -    white-space: nowrap;
    1.15 -}
    1.16 -
    1.17 -#version-stats td {
    1.18 -    text-align: right;
    1.19 -}
    1.20 -
    1.21 -#project-attributes {
    1.22 +.project-attributes {
    1.23      margin-bottom: 2em;
    1.24 -    display: table;
    1.25  }
    1.26  
    1.27  .row {
    1.28 @@ -63,3 +54,28 @@
    1.29  span.phase-2 {
    1.30      text-decoration: line-through;
    1.31  }
    1.32 +
    1.33 +.issue-progress-bar {
    1.34 +    display: flex;
    1.35 +    position: relative;
    1.36 +    width: 100ex;
    1.37 +    height: 2em;
    1.38 +    border-style: inset;
    1.39 +    border-width: 2pt;
    1.40 +    border-color: #6060cc;
    1.41 +}
    1.42 +
    1.43 +.issue-progress-bar .open {
    1.44 +    height: 100%;
    1.45 +    background: steelblue;
    1.46 +}
    1.47 +
    1.48 +.issue-progress-bar .active {
    1.49 +    height: 100%;
    1.50 +    background: gold;
    1.51 +}
    1.52 +
    1.53 +.issue-progress-bar .done {
    1.54 +    height: 100%;
    1.55 +    background: green;
    1.56 +}

mercurial