Sha256: 3fc2cc96c83fedb60afdb28c29030a87084e14a9394d6ccec6e3ea7ee4fc7818

Contents?: true

Size: 802 Bytes

Versions: 11

Compression:

Stored size: 802 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;

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

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

#observation-requests {
  height: 30em;
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
renalware-core-2.0.11 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.9 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.8 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.7 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.5 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.4 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.3 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.2 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.1 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.0 app/assets/stylesheets/renalware/modules/_pathology.scss
renalware-core-2.0.0.pre.rc13 app/assets/stylesheets/renalware/modules/_pathology.scss