Sha256: ad9a4c2df823535af5d4900744248153a41248b64f4093f6f62eec23c00521e9

Contents?: true

Size: 654 Bytes

Versions: 38

Compression:

Stored size: 654 Bytes

Contents

/*
 * Rules for the geospatial metadata markup generated by GeoCombine
 *
 */
#metadata-container {
  height: calc(100vh - 260px);

  ul {
    margin-top: 0;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid black;
    background-color: #f5f5f5;
    padding-right: 40px;

    li {
      margin-top: 6px;
      margin-bottom: 6px;
      list-style-type: decimal;
    }
  }

  div dl {
    padding-right: 8px;
    padding-left: 8px;

    dt {
      margin-top: 12px;
    }
  }

  /*
  * Highest level heading in the attribute tree
  */
  div > dl > dt {
    font-size: 22px;
  }

  iframe {
    height: 100%;
    width: 100%;
  }
}

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
geoblacklight-4.4.2 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-4.4.1 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-3.8.1 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-4.4.0 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-4.4.0.rc1 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-4.3.0 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-4.2.0 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-4.1.1 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-4.1.0 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-3.8.0 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-4.0.0 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-4.0.0.pre.rc3 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-3.7.0 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-4.0.0.pre.rc2 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-4.0.0.pre.rc1 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-3.6.0 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-3.5.0 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-4.0.0.pre.alpha.3 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-4.0.0.pre.alpha.2 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss
geoblacklight-4.0.0.pre.alpha.1 app/assets/stylesheets/geoblacklight/modules/metadata_content.scss