Sha256: d8e0929a4a80c28bb6e3690cafe34fda448237fb24aa1e0cdc38a4b4e619c38b

Contents?: true

Size: 1.85 KB

Versions: 2

Compression:

Stored size: 1.85 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: 8px 8px 8px 40px;
      margin: 0;
      margin-top: -1px;

    }

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

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

    label {
      margin-left: $padding-base-horizontal;
      margin-right: $padding-base-horizontal;
      padding-left: 0px;
      padding-bottom: $table-cell-padding;
      padding-top: 1 + $table-cell-padding;
      display: block;
    }
    input {
      display: inline-block;
      float: none;
      margin: 0;
    }
  }
}

.dd-table {
  margin-top: 2 * $padding-large-vertical;

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

#nested-fields {
  margin-bottom: 1em;

  .metadata_fields {
    .checkbox-cell {
      vertical-align: middle;
    }
  }

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

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

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

.facet_fields {

  .dd3-content {
    border: 1px solid $card-border-color;
    border-radius: .25rem;
  }

  .options {
    padding-left: $table-cell-padding;

    .col-form-label {
      font-weight: 700;
    }

    .form-group {
      align-items: center;
    }
  }

  .page {
    padding: $table-cell-padding 0 $table-cell-padding $table-cell-padding;

    .main {
      align-items: center;
      margin-left: 0;
      margin-right: 0;
    }

    .form-check {
      float: left;
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-spotlight-3.0.0.alpha.2 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-3.0.0.alpha.1 app/assets/stylesheets/spotlight/_blacklight_configuration.scss