Sha256: 55f2841ff1853a0801a1ec934f5991838ac896fe84da65531d35306cc2e78fef

Contents?: true

Size: 1.43 KB

Versions: 10

Compression:

Stored size: 1.43 KB

Contents

.dd-item td {
  &:first-child {
    padding: 0;

    .edit-in-place {
      cursor: text;
      color: inherit;
      text-decoration: none;
    }
    &:hover {
      @include edit-in-place-highlighting;
    }

    // the effect of position: relative on table elements is undefined, so put a div in there.
    // this fix is for Firefox
    .handle-wrap {
      position: relative;
      padding: 0.75rem 0.75rem 0.75rem 40px;
      margin: 0;
      margin-top: -1px;
    }

    .dd3-handle:before {
      top: 3px;
    }
  }

  &.checkbox-cell  {
    padding-top: 0;
    padding-bottom: 0;

    input {
      display: inline-block;
      float: none;
      margin: 0;
    }
  }
}

.dd-table {
  margin-top: 2 * $spacer;

  th {
    &:first-child {
      padding-left: 40px;
    }
  }
}

.metadata-configuration {
  td, th {
    padding: 0.75rem 0.25rem;
  }
  th {
    font-size: $font-size-sm;
  }
  .metadata-label-edit {
    max-width: fit-content;
  }
  .restore-default .btn {
    text-wrap: nowrap;
    margin-left: 0.5rem;
  }
}

// the table id
#nested-fields {
  margin-bottom: 1em;

  // the tbody class
  .metadata_fields {
    .checkbox-cell {
      vertical-align: middle;
    }
  }

  .metadata-select {
    display: inline-block;
    text-wrap: nowrap;
    min-width: 72px;
  }
}

.disabled-sort-option, .disabled-search-option {
  .card {margin-bottom: 0;}
}

.sort_fields_admin, .search_fields_admin {
  .card-title {
    display: inline;
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
blacklight-spotlight-4.5.0 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-4.4.0 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-4.3.6 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-4.3.5 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-4.3.4 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-4.3.3 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-4.3.2 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-4.3.1 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-4.3.0 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-4.2.0 app/assets/stylesheets/spotlight/_blacklight_configuration.scss