Sha256: ab1f3d7da122a3727ac4ac3ab27fca0f62e38eda5729b7df83bf261526873960

Contents?: true

Size: 1.34 KB

Versions: 24

Compression:

Stored size: 1.34 KB

Contents

table.pathology-observation-diff {
  width: auto;
}

table#observations {
  border-collapse: collapse;
  white-space: nowrap;
  width: auto;

  tbody {
    th {
      padding: 0 .3rem;
    }

    td {
      position: relative;
      padding: 0 .2rem;
      height: 2rem;
      text-align: center;
      overflow: visible;

      // Generated with http://triangle.designyourcode.io/
      .triangle-top-right {
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 11px 10px 0;
        border-color: transparent $nhs-bright-blue transparent transparent;
        right: 0;
        top: 0;
        position: absolute;
      }
    }
  }

  td.hgb {
    background-color : #fc9;
  }

  td.cre, td.ure, td.pot {
    background-color : #cf9;
  }

  tr.even, tr.alt, tr:nth-of-type(even) {
    background-color: $white;
  }

  td, th {
    border: 1px solid #ddd;
    font-size: 0.85rem;
  }

  &.transposed {
    tr {
      display: block; float: left;
    }
    th, td {
      display: block;
    }
  }
}

.current-observations {
  float: left;
  margin-right: 1em;
  width: auto;

  tbody {
    td, th {
      font-size: .9rem;
    }

    th {
      &:first-child {
        width: 4rem;
      }
    }
    td {
      &:last-child {
        width: 8rem;
      }
    }
  }
}

#observation-requests {
  height: 30em;
}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
renalware-core-2.0.51 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.50 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.48 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.47 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.46 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.45 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.44 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.43 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.42 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.41 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.40 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.39 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.38 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.37 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.36 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.35 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.34 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.33 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.32 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.31 app/assets/stylesheets/renalware/modules/_pathology.scss