Sha256: f2ff5c804f390da60d1d6769c301bb80123dd2c25d127482b95230d6f2cd3c14

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

.search_field {
  position: relative;
  margin-bottom: $default-margin;
}

.search_field_clear, .js_filter_field_clear {
  display: none;
  width: 16px;
  height: 16px;
  @extend .icon-cancel;
  position: absolute;
  right: 8px;
  top: 7px;
  text-decoration: none;
}

td#tags_tag_list {
  text-align: left;
  padding-top: 5px;

  ul.tags {
    max-height: 10em;
    padding: 1px;
    margin: 0;
    margin-top: 2px;
    overflow: auto;
    text-align: left;
    list-style-type: none;

    li {
      background-color: $medium-gray;
      padding: 4px;
      margin: 0 0 4px 0;
      position: relative;
      @extend .rounded-border;

      &.odd { background-color: #eaf3f9 }

      input {
        position: absolute;
        top: 3px;
        left: 4px;
      }

      label {
        display: inline-block;
        margin-left: 2em;
        line-height: 1.6em;
      }
    }
  }

  .js_filter_field_box {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;

    .js_filter_field {
      width: 100%;
    }

    label {
      display: none
    }
  }

  .js_filter_field_clear {
    right: 4px;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alchemy_cms-2.6.0.rc5 app/assets/stylesheets/alchemy/search.scss