Sha256: 142ea249726cb1a69955fb50be5499997d819c7a9883cdba994281d18879f105

Contents?: true

Size: 1.43 KB

Versions: 1

Compression:

Stored size: 1.43 KB

Contents

#documents.table {
  .documentHeader {

  }

  .checkbox-toggle {
    text-align: center;
    form {
      display: inline-block;
    }
  }

  .row {
    margin: 0;
  }

  .index-document-functions {
    display: none;
  }

  .document-thumbnail {
    @extend .thumbnail;

    img {
      max-width: 60px !important;
    }
  }

}

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

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

.blacklight-catalog-admin {
  .add-items-nav {
    margin-bottom: $padding-large-vertical;
  }
}

form.edit_solr_document {
  .bootstrap-tagsinput {
    display: block;
  }
  .bg-warning.help-block {
    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 {
  .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;
    @extend .row;
  }
}

.edit_solr_document {
  @extend .clearfix;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-spotlight-0.2.0 app/assets/stylesheets/spotlight/_catalog.scss