Sha256: 3b0fdac97091d075748ab099279334faf61f1fbb769b6ce405640586a146fc59

Contents?: true

Size: 572 Bytes

Versions: 38

Compression:

Stored size: 572 Bytes

Contents

/**
 * Rules for the geospatial metadata Bootstrap Modal dialog
 */
.modal-dialog.metadata-modal {
  width: 90%;
}

.metadata-body.modal-body {
  overflow-y: scroll;
  height: calc(100vh - 190px);

  .metadata-view {
    .nav-pills {
      text-align: center;

      li {
        float: none;
        display: inline-block;
      }
    }

    // Begin - Addresses GBL issue #766 - adds space betwwen the links in the metadata modal
    .nav>li>a {
      position: relative;
      display: block;
      padding: 10px 15px;
    }
    //End - Addresses GBL issue #766

  }
}

Version data entries

38 entries across 38 versions & 1 rubygems

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