Sha256: 2d8250902f430ae2d0961ecaf3cc50d7e57f7edc15685e62ea3e0dbb3ad85bf1

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 KB

Contents

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

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

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

2 entries across 2 versions & 1 rubygems

Version Path
alchemy_cms-2.9.1 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-2.9.0 app/assets/stylesheets/alchemy/search.scss