src/main/webapp/projects.css

changeset 101
c34c81b87674
parent 92
b723b31383ac
child 103
3d0d030dffa7
     1.1 --- a/src/main/webapp/projects.css	Sat Aug 29 11:06:31 2020 +0200
     1.2 +++ b/src/main/webapp/projects.css	Sat Aug 29 11:49:53 2020 +0200
     1.3 @@ -27,27 +27,11 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -.project-attributes, .issue-summary {
     1.8 -    display: table;
     1.9 -}
    1.10 -
    1.11  .project-attributes {
    1.12      margin-bottom: 2em;
    1.13  }
    1.14  
    1.15 -.row {
    1.16 -    display: table-row;
    1.17 -}
    1.18 -
    1.19 -.caption {
    1.20 -    font-weight: bold;
    1.21 -}
    1.22 -
    1.23 -.row > div {
    1.24 -    display: table-cell;
    1.25 -}
    1.26 -
    1.27 -.row > div + div {
    1.28 +.project-attributes .row > div + div {
    1.29      padding-left: 2em;
    1.30  }
    1.31  
    1.32 @@ -56,10 +40,13 @@
    1.33  }
    1.34  
    1.35  .issue-progress-bar {
    1.36 +    box-sizing: border-box;
    1.37 +    width: 100%;
    1.38 +    height: 0.5em;
    1.39      display: flex;
    1.40      position: relative;
    1.41 -    border-style: inset;
    1.42 -    border-width: 2pt;
    1.43 +    border-style: solid;
    1.44 +    border-width: 1pt;
    1.45      border-color: #6060cc;
    1.46  }
    1.47  
    1.48 @@ -79,15 +66,16 @@
    1.49  }
    1.50  
    1.51  .issue-tag {
    1.52 -    width: auto;
    1.53      padding: .1em 2ex .1em 2ex;
    1.54      display: inline-block;
    1.55 +    box-sizing: border-box;
    1.56      border-style: outset;
    1.57      border-width: 2pt;
    1.58      border-color: silver;
    1.59      border-radius: 6pt;
    1.60      background: lightgray;
    1.61      text-transform: uppercase;
    1.62 +    text-align: center;
    1.63      font-weight: bolder;
    1.64      font-size: smaller;
    1.65      color: whitesmoke;

mercurial