Sha256: 0c318b5ff37f09a9795d8f3960402d25e5b07885da73b41311613ff70cfbee45

Contents?: true

Size: 1.96 KB

Versions: 3

Compression:

Stored size: 1.96 KB

Contents

#documents.table {
  font-size: $font-size-base;

  .thumbnail-column {
    box-sizing: content-box;
    min-width: 60px;

  }

  .document-thumbnail {
    border: none;
    margin-bottom: 0;
    padding: 0;
  }

  .document-thumbnail img {
    border: 1px solid $gray-600;
    width: 60px;
    height: 60px;
    object-fit: cover;
  }

  .document-counter {display: none;}

  .index_title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .checkbox.toggle_visibility {
    padding-top: 0;
  }
}

#documents.documents-list {
  .document-thumbnail img {
    max-width: 100px;
  }
}

#document {
  ul.tags {
    text-align: center;
    li {
      @extend .badge;
      @extend .badge-secondary;
      a {
        color: #fff;
      }
    }
  }
}

.document, tr.doc-row, li.dd-item, .autocomplete-item {
  &.blacklight-private {
    .index_title, h1, .card-title, .autocomplete-title {
      @include private-label;
    }
  }
}

.blacklight-catalog-admin {
  .add-items-nav {
    margin-bottom: $spacer;
  }

  .sort-pagination {
    border-bottom: 0;
  }
}

form.edit_solr_document {
  .bootstrap-tagsinput {
    @extend .clearfix;
    cursor: text;
    display: block;
  }
  .bg-warning.form-text {
    font-size: 0.9em;
    padding: 3px 6px;
  }
}

.bootstrap-tagsinput {
  .twitter-typeahead {
    width: auto;
  }

  .tt-input {
    vertical-align: baseline !important;
  }
}

.blacklight-catalog-edit, .blacklight-catalog-show {
  .img-thumbnail {
    @extend .col-md-6;
  }

  .edit_solr_document {
    float: right;
    @extend .col-md-6;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }

  .tags, .dl-horizontal {
    @extend .col-md-6;
  }

  #document {
    @extend .clearfix;
  }
}

.edit_solr_document {
  @extend .clearfix;
}

#save-this-search {
  float:left;
  margin-right: $spacer * 0.1;
}

#document,
.document {
  .blacklight-exhibit_tags a {
    @extend .badge;
    @extend .badge-secondary;

    &:not(:last-child) {
      @extend .mr-2;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blacklight-spotlight-3.0.0.rc4 app/assets/stylesheets/spotlight/_catalog.scss
blacklight-spotlight-3.0.0.rc3 app/assets/stylesheets/spotlight/_catalog.scss
blacklight-spotlight-3.0.0.rc2 app/assets/stylesheets/spotlight/_catalog.scss