Sha256: 3104e5091bcd0465485096beace86d7198ab7f5eb8f53f4ea0734e5e6475dede

Contents?: true

Size: 1.31 KB

Versions: 3

Compression:

Stored size: 1.31 KB

Contents

.dd-item td {
  text-align:center;

  &:first-child {
    padding: 0;
    
    a {
      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;
      
    }

    text-align: left;
    .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;
    }
  }
}

#nested-fields {
  margin-bottom: 1em;
  th {
    &:first-child {
      padding-left: 40px;
      text-align: left;
    }
    text-align:center;
  }
  .metadata-select {
    display: inline-block;
    min-width: 72px;
  }
}

.index_title {
  padding-left: 0;
}

.disabled-sort-option {
  .panel {margin-bottom: 0;}
}

.sort_fields_admin {
  .panel-title {
    display: inline;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blacklight-spotlight-0.3.1 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-0.3.0 app/assets/stylesheets/spotlight/_blacklight_configuration.scss
blacklight-spotlight-0.2.0 app/assets/stylesheets/spotlight/_blacklight_configuration.scss