Sha256: ad0e662dd3533cd2ecf37c938a057142b28e29bcccf48458fc344dd46ad40049

Contents?: true

Size: 953 Bytes

Versions: 2

Compression:

Stored size: 953 Bytes

Contents

// Filters!
.table-filter-area {
  position: relative;
  padding: 20px;
  border: 1px solid $c-grey;
  border-bottom: 0;
  background: $c-form-table-bg;

  input[type=submit],
  .button {
    display: none;
  }

  h4 {
    margin-bottom: 20px;
    color: $c-table-filter-header;
    font-size: 16px;
  }

  label {
    margin-bottom: 5px;
    color: $c-table-filter-header;
    font-size: 12px;
  }

  input[type=text] {
    padding: 5px 30px 5px 10px;
    font-size: 12px;
    color: $c-dark-grey;
    border-radius: 20px;
  }
}

.table-filter-header {
  @include clearfix;

  h4 {
    display: inline-block;
  }
}

.table-filter-keyword-wrapper {
  position: relative;
  float: right;

  i {
    position: absolute;
    top: 5px;
    right: 12px;
    cursor: pointer;
  }
}

.table-filter-group-wrapper {
  @include clearfix;
}

.table-filter-group {
  display: inline-block;
  margin: 0 30px 20px 0;

  &.no-right-margin {
    margin-right: 0;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fae-rails-3.0.0 app/assets/stylesheets/fae/modules/tables/_filters.scss
fae-rails-2.2.0 app/assets/stylesheets/fae/modules/tables/_filters.scss