Sha256: c4c8a89ec85e83ecaf83532445692501a4ef413982a793784041bc98321d00ac

Contents?: true

Size: 1.13 KB

Versions: 7

Compression:

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blacklight-spotlight-4.1.2 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-4.1.1 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-4.1.0 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-4.0.3 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-4.0.2 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-4.0.1 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-4.0.0 app/assets/stylesheets/spotlight/_blacklight_configuration.scss