Sha256: 25d5038ae3d02ec84fcb0c96db135664b83e9cd66582ce10f551a492ae7e5b32

Contents?: true

Size: 459 Bytes

Versions: 2

Compression:

Stored size: 459 Bytes

Contents

/* Search History */
.search_history
{

  .query > a 
  {
    display: block;
    border-bottom: none;
  }

  .constraint 
  {
    display: block;
    text-indent: -2em;
    padding-right: 2em;
    margin-left: 2em;

    .search 
    {
      padding-left: 0.5em;
      padding-right: 0.5em;
    }

    &:last-child 
    {
      margin-left: 0;
    }
  }

  td 
  {
    vertical-align: top; 
  }

  .filterName, .filterSeparator
  {
    color: gray; 
  }
}



Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight_rtl-1.0.1 app/assets/stylesheets/blacklight_rtl/_search_history.css.scss
blacklight_rtl-1.0.0 app/assets/stylesheets/blacklight_rtl/_search_history.css.scss