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