Sha256: aec774f7fcf508390bb617e2753f397da3070f2b585cca8e1716b25ba9996694

Contents?: true

Size: 817 Bytes

Versions: 13

Compression:

Stored size: 817 Bytes

Contents

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

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

  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.8rem;
  }

  &.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

13 entries across 13 versions & 1 rubygems

Version Path
renalware-core-2.0.25 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.24 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.23 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.22 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.21 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.20 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.18 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.17 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.16 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.15 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.14 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.13 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.12 app/assets/stylesheets/renalware/modules/_pathology.scss