Sha256: 81279566b59c2c2dde40c1868b37adf2aefe97b5ad029916a31145a79ba22082

Contents?: true

Size: 625 Bytes

Versions: 5

Compression:

Stored size: 625 Bytes

Contents

/* styles for search history and saved searches views */

#searches_content, #search_history_content {

  .filterName {
    padding-right: .2em;
  }

}

#searches_content {

  h2 {
    margin-bottom:0px;
  }

  #empty_saved_searches {
    margin-top:20px;
  }

  .constraint {
    padding-right: .5em;
  }

}

#search_history_content {

  h2 {
    margin-bottom:0px;
  }

  .search_history .filterName, .search_history .filterSeparator {
    color: inherit;
  }

  #empty_search_history {
    margin-top:20px;
  }


  td.query {
    width: 70%;
  }

  td.actions {
    text-align: right;
  }

  form {
    margin: 0;
  }

}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
commonwealth-vlr-engine-0.0.7 app/assets/stylesheets/commonwealth-vlr-engine/searches.scss
commonwealth-vlr-engine-0.0.4 app/assets/stylesheets/commonwealth-vlr-engine/searches.scss
commonwealth-vlr-engine-0.0.3 app/assets/stylesheets/commonwealth-vlr-engine/searches.scss
commonwealth-vlr-engine-0.0.2 app/assets/stylesheets/commonwealth-vlr-engine/searches.scss
commonwealth-vlr-engine-0.0.1 app/assets/stylesheets/commonwealth-vlr-engine/searches.scss