Sha256: 7da01163865df436925cf9d182df80e8a4cdb4807bf6013f890e31b5b96cb2c6

Contents?: true

Size: 1.33 KB

Versions: 2

Compression:

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

    .handle-wrap {
      padding: 0.75rem 0.75rem 0.75rem 40px;
      margin: 0;
      margin-top: -1px;
      height: 100%;
    }

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

  .select-label {
    font-weight: normal;
  }
}

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-spotlight-4.6.1 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-4.6.0 app/assets/stylesheets/spotlight/_blacklight_configuration.scss