Sha256: 5938a06263f7a3c8c54e82d04f5415ed6a23541fc29a316da4f2ffcf9e9a02d5
Contents?: true
Size: 1.84 KB
Versions: 2
Compression:
Stored size: 1.84 KB
Contents
/* styles for facets and formats page */ body.blacklight-catalog-formats_facet { .facet_pagination.top { padding: 15px 15px 0; } .prev_next_links { display: none; } .modal-header { padding: 0 15px 15px; } } #facets { div.top-panel-heading { background-color: #F5F5F5; padding: 10px 15px 0; border: 1px solid $facets_border; h4 { margin-top: 0; } } h5 { font-size: 14px; } .panel { border-radius: 0; margin-bottom: 0; margin-top:0; border-top:none; &:last-child { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .panel-body { border-top: none; padding: 5px 15px; } } li { font-size: 13px; line-height:15px; padding-bottom: .5em; } .facet-values .facet-label { word-break: normal; } /* advanced search results facets */ .advanced_facet_limit ul { border-bottom: medium none; padding-bottom: 0; padding-top: 0; margin-bottom: 4px; } .facet_limit .inclusive_or h4 { margin-bottom: 0; margin-left: 3px; font-size: 12px; } } /* responsive styles */ /* Portrait tablet to landscape and desktop */ @media (min-width: 768px) and (max-width: 991px) { #facets { div.top-panel-heading { margin-bottom: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } /* so facets don't overflow container div */ .facet-values .facet-label { padding-left: 5px; padding-right: 2px; text-indent: -5px; max-width: 105px; } } } /* Landscape phone to portrait tablet */ @media (max-width: 767px) { #sidebar, #facets { padding-bottom: 0; } #facets { div.top-panel-heading { padding: 2px 15px; margin-bottom: 3px; h4 { margin-top: 10px; } } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
commonwealth-vlr-engine-0.0.4 | app/assets/stylesheets/commonwealth-vlr-engine/facets.scss |
commonwealth-vlr-engine-0.0.3 | app/assets/stylesheets/commonwealth-vlr-engine/facets.scss |